Skip to content
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 downloads 258 versions of boto3 #388

Open
vamposdecampos opened this issue Apr 24, 2021 · 0 comments
Open

pip downloads 258 versions of boto3 #388

vamposdecampos opened this issue Apr 24, 2021 · 0 comments

Comments

@vamposdecampos
Copy link

vamposdecampos commented Apr 24, 2021

As of commit d429483,

$ grep -o 'Downloading [^-]*' pip.log  | sort | uniq -c | sort -nr | head -4
    258 Downloading boto3
      9 Downloading django_admin_rangefilter
      6 Downloading botocore
      2 Downloading s3transfer

As the man says,

...
  Downloading boto3-1.12.26-py2.py3-none-any.whl (128 kB)
  Downloading boto3-1.12.25-py2.py3-none-any.whl (128 kB)
  Downloading boto3-1.12.24-py2.py3-none-any.whl (128 kB)
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking

Full log: pip.log

Not fatal, just an optimization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant