We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python setup.py install
After installation with python setup.py install, performed in the git cloned latest master branch, the command airflow -h raises the following error
airflow -h
import httpx File "/opt/anaconda3/lib/python3.8/site-packages/httpx-0.19.0-py3.8.egg/httpx/__init__.py", line 2, in <module> from ._api import delete, get, head, options, patch, post, put, request, stream File "/opt/anaconda3/lib/python3.8/site-packages/httpx-0.19.0-py3.8.egg/httpx/_api.py", line 4, in <module> from ._client import Client File "/opt/anaconda3/lib/python3.8/site-packages/httpx-0.19.0-py3.8.egg/httpx/_client.py", line 9, in <module> from ._auth import Auth, BasicAuth, FunctionAuth File "/opt/anaconda3/lib/python3.8/site-packages/httpx-0.19.0-py3.8.egg/httpx/_auth.py", line 10, in <module> from ._models import Request, Response File "/opt/anaconda3/lib/python3.8/site-packages/httpx-0.19.0-py3.8.egg/httpx/_models.py", line 11, in <module> import charset_normalizer ModuleNotFoundError: No module named 'charset_normalizer'
And pip installation of the "NotFound" modules leads to various "version incompatible" issues.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After installation with
python setup.py install
, performed in the git cloned latest master branch, the commandairflow -h
raises the following errorAnd pip installation of the "NotFound" modules leads to various "version incompatible" issues.
The text was updated successfully, but these errors were encountered: