Replies: 1 comment
-
Common issue, not related to Airflow itself. It is either a problem with connection on your side or something wrong (rare case) with PyPI repository or something bad with Github (happen time to times)
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Unable to install aiflow using the PyPI command with constraint on Ubuntu 18.04 LTS. command bellow:
pip install 'apache-airflow==2.7.1' --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.7.1/constraints-3.8.txt"
Getting error:
'ReadTimeoutError("HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Read timed out. (read timeout=15)",)': /apache/airflow/constraints-2.7.1/constraints-3.8.txt
Beta Was this translation helpful? Give feedback.
All reactions