-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 few orders of magnitude slower in PIP 20.3.2@master than 20.2.4 #9298
Comments
Seems to be hitting #9284. Closing as a duplicate of that. |
Can you please re-open @pradyunsg ? This is not duplicate of #9284. Downloading multiple versions of setuptols/wheels is separate issue #9297. Even if exclude the time needed to download multiple versions of setuptools and wheels the whole installation takes 25 minutes or so vs. 20 seconds with PIP 20.2.4. This is totally different issue. |
And just for the record - seems that adding the Pyarrow==2.0.0 (see #9299) changed completely the behaviour of PIP (or maybe it was something merged in master in the meantime??). It looks like not only the setuptools/wheel #9297 stopped happening but also It started to run pretty much as fast as the old PIP 20.2.4. I am waiting to see the 20.3.3 to see if this really is not a mistake somewhere .... |
I tried installing airflow 2.0.0rc3 with the new master version of PIP (to be 20.3.2).
When I run the same installation using 20.2.4 the whole install takes about 20 seconds when I already pre-installed some of the prerequisites. With PIP 20.3.2@master it takes about 30 minutes (and fails but this is a separate issue).
The whole installation log is attached.
pip-20-3-2-master.txt
Installation environment:
Latest official Python 3.6 image with airflow dependencies (based on debian buster):
Installation method:
The easiest way to reproduce:
Related issues #9299 #9297
The text was updated successfully, but these errors were encountered: