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.

pip install of boto3 is incompatible with botocore 2 (required by awscli 2)

See original GitHub issue

Is your feature request related to a problem? Please describe.

Would preferring installing from pip instead of the awscli package so we can insulate version change to a virtualenv

Our Python virtualenv both uses awscli and boto3, and both depend on botocore.

Describe the solution you’d like

Having a version of this:

pip install git+https://github.com/boto/botocore.git@eb474f3fc2c329c9799ebb2a56ceeee72f87d678#egg=botocore git+https://github.com/aws/aws-cli.git@2.0.45#egg=awscli boto3

that doesn’t fail with this error:

ERROR: boto3 1.14.53 has requirement botocore<1.18.0,>=1.17.53, but you'll have botocore 2.0.0.dev49 which is incompatible.

Is boto3 deprecated? I find it strange that there’s a botocore v2 but no other version of higher level abstraction boto3.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
github-actions[bot]commented, Feb 9, 2021

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.

0reactions
kdailycommented, Feb 9, 2021
Read more comments on GitHub >

github_iconTop Results From Across the Web

AWS Boto3 Compatibility Issue, How can I install an older ...
The problem is when I am installing Boto3 i am getting this message in red. awsebcli 3.20.3 requires botocore<1.24.0,>1.23.41, but you have ...
Read more >
botocore - PyPI
A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for the AWS CLI as well...
Read more >
Quickstart — Boto3 Docs 1.26.33 documentation - AWS
This guide details the steps needed to install or update the AWS SDK for Python. The SDK is composed of two key Python...
Read more >
Python support policy updates for AWS SDKs and Tools
On May 30, 2022, the AWS SDK for Python (Boto3 and Botocore) and the AWS Command Line Interface (AWS CLI) v1 will no...
Read more >
Build fails installing awsebcli because of botocore version
Could not find a version that satisfies the requirement botocore<1.22.0,>=1.21.0 (from awsebcli) (from versions: 0.4.1, 0.4.2, .
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