potiuk edited a comment on issue #12824: URL: https://github.com/apache/airflow/issues/12824#issuecomment-739485292
I confirmed it myself: With `PIP 20.3`: This fails: ` pip install 'git+https://github.com/apache/[email protected]#egg=apache-airflow[async,crypto,celery,jdbc,password,postgres,s3]' --constraint https://raw.githubusercontent.com/apache/airflow/constraints-1.10.12/constraints-3.6.txt` This succeeds: `pip install --use-deprecated legacy-resolver 'git+https://github.com/apache/[email protected]#egg=apache-airflow[async,crypto,celery,jdbc,password,postgres,s3]' --constraint https://raw.githubusercontent.com/apache/airflow/constraints-1.10.12/constraints-3.6.txt` So I can officially confirm it's the new PIP. ---------------------------------------------------------------- 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]
