-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Pip install breaks on S3 due to package mismatch error #12824
Comments
Thanks for opening your first issue here! Be sure to follow the issue template! |
Paging @potiuk as our resident "pip resolver expert" (A title which he hates, I'm sure 😁) |
Why no, not really @ashb :). @spence95 Can you please downgrade PIP to 20.2.4 ? Tjhis most likely the issue with new PIP 20.3 rolled out on Nov 30th. There are many issues (at least for Airflow ubt also a number of other projects) with the new PIP (including this pypa/pip#9203) and we have updated our docs to point out everyone to downgrade PIP before reporting any issues. The updated docs (for 1.10.14 but should also work for 1.10.12) - https://github.com/apache/airflow/blob/v1-10-stable/docs/installation.rst Let us know if still does not work after that. |
Pleaase let us know @spence95 if downgrading PIP solves the problem |
I confirmed it myself: With This fails: This succeeds:
So I can officially confirm it's the new PIP. |
Apache Airflow version:
1.10.12
Environment:
Any environment
What happened:
Since the beginning of this week, everytime I try to pip install airflow with the following command:
I get this error:
But if I install without s3 in the apache-airflow[] array it works.
What you expected to happen:
To install successfully with s3 included so that I can use s3 hooks and such (like for remote logging)
How to reproduce it:
Run the pip install command above
Anything else we need to know:
Full stack trace here:
The text was updated successfully, but these errors were encountered: