You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These packages are already brought in by s3fs and moto. By not listing them explicitly, the time it takes to pip install -r requirements-dev.txt goes from >54 minutes to <3 minutes.
It would be good, however, to list everything that's explicitly used - is there way to put them back without impacting pip install time?
The text was updated successfully, but these errors were encountered:
I ran into a similar issue working on #50046 I think botocore has a ton of releases on pypi (almost nightly) and that takes a lot of package downloads for pip to resolve.
pip has some strategies for this, the easiest which may be to set a higher version floor for these libraries
xref #50295 (comment)
These packages are already brought in by
s3fs
andmoto
. By not listing them explicitly, the time it takes topip install -r requirements-dev.txt
goes from >54 minutes to <3 minutes.It would be good, however, to list everything that's explicitly used - is there way to put them back without impacting pip install time?
The text was updated successfully, but these errors were encountered: