Skip to content
New issue

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

Multiple modules required by apache-airflow is missing when installed with python setup.py install #19

Open
tuoping opened this issue Jan 5, 2022 · 0 comments

Comments

@tuoping
Copy link

tuoping commented Jan 5, 2022

After installation with python setup.py install, performed in the git cloned latest master branch, the command airflow -h raises the following error

    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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant