question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Installation failed on missing botocore version

See original GitHub issue

Describe the bug

No matching distribution found for botocore<1.27.0,>=1.26.2

Expected Behavior

Installation should work

Current Behavior

Installation failing

Reproduction Steps

pip install boto3

Possible Solution

No response

Additional Information/Context

No response

SDK version used

All

Environment details (OS name and version, etc.)

All

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:5
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
nateprewittcommented, May 18, 2022

I’ll add a note that adding a 👍 to the warehouse issue is the best way we can track impact for these events. These issues are unfortunately lossy for tracking total impact which is part of what determines prioritization.

For users encountering this due to pip not downloading the wheel, upgrading pip beyond 9.0.2 should resolve this unless you’re explicitly disabling wheels with something like --no-binary :all:.

1reaction
sanderrcommented, May 18, 2022

While investigating a similar issue I noticed that the PyPi simple index does not contain these packages. https://pypi.org/simple/boto3/ does not contain any artifacts for boto3-1.23.2, and https://pypi.org/simple/botocore/ only contains a wheel but no source package. The “Download files” section on PyPi for both packages do contain the appropriate artifacts. I’m not sure if this is an issue with these packages’ release pipelines (seems unlikely to me) or with PyPi, but so far I haven’t encountered another package with this behavior. One of my colleagues reported a seemingly similar issue for boto3-1.23.1, which seems to have resolved itself (either by the release of 1.23.2 or just by the passage of time.

Read more comments on GitHub >

github_iconTop Results From Across the Web

python - Unable to install boto3 - Stack Overflow
I am using Ubuntu 16.04 and my python version is 2.7. – sib10. May 12, 2017 at 10:42 · "sudo easy_install boto3" worked...
Read more >
1656445 – awscli is missing botocore dependency
Description of problem: After install awscli, usage fails as botocore is not installed. Version-Release number of selected component (if ...
Read more >
ImportError: No module named boto3 (DynamoDB) - Dynobase
Solution. boto3 is the AWS SDK for Python. This error usually appears in Python applications where it's failing to import the boto3 library....
Read more >
[Fixed] ModuleNotFoundError: No module named 'boto3'
The most frequent source of this error is that you haven't installed boto3 explicitly with pip install boto3 . Alternatively, you may have...
Read more >
Install, Update, and Uninstall the AWS CLI version 1 on Linux
Install version 1 of the AWS Command Line Interface (AWS CLI) on Linux. ... aws-cli/1.25.55 Python/3.8.8 Linux/4.14.133-113.105.amzn2.x86_64 botocore/1.13.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found