vineetsharma883 commented on issue #14811: URL: https://github.com/apache/airflow/issues/14811#issuecomment-803956623
> @jonasrla If you install Airflow with constraints file you won't need to do that: > > https://github.com/apache/airflow#installing-from-pypi > > Example: > > ``` > pip install apache-airflow==2.0.1 \ > --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.0.1/constraints-3.7.txt" > ``` I am getting ``` Collecting requests>=2.20.0 Using cached requests-2.25.1-py2.py3-none-any.whl (61 kB) Collecting apache-airflow-providers-sqlite Using cached apache_airflow_providers_sqlite-1.0.1-py3-none-any.whl (14 kB) ERROR: Could not find a version that satisfies the requirement pandas<2.0,>=0.17.1 (from apache-airflow) ERROR: No matching distribution found for pandas<2.0,>=0.17.1 ``` when using constraint file for installation -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
