-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 of boto3 is incompatible with botocore 2 (required by awscli 2) #2571
Comments
If I do manage to get it installed, the lower level API does seem to be incompatible:
|
I guess the simplest way to resolve this is actually have a separate venv 1) for awscli v2 and 2) my code that depends on boto3. |
Having the same problem when using ansible with the aws_ec2 plugin on a system with botocore 2 installed for aws-cli 2. |
Hi @rngadam,
|
@rngadam, I'm going to close this issue as there isn't anything that can currently be done for your issue. I am going to open a separate tracking issue to better document the Python SDK and tools dependencies and release scheduling as a recurring issue for users. Thanks again for your comments! @davideagen - I'm not familiar with this plugin, can you open a new issue with more details if this does not help you? Thanks! |
|
@kdaily thanks Kenneth! |
Tracking issue: boto/botocore#2295 |
Removing boto3 because it is completely unnecessary, and incompatible with awscliv2 (See link below). botocore is being used instead where boto3 was used before. boto/boto3#2571 Fixes techservicesillinois#44
Removing boto3 because it is completely unnecessary, and incompatible with awscliv2 (See link below). botocore is being used instead where boto3 was used before. boto/boto3#2571 Fixes techservicesillinois#44
Removing boto3 because it is completely unnecessary, and incompatible with awscliv2 (See link below). botocore is being used instead where boto3 was used before. boto/boto3#2571 Fixes techservicesillinois#37 Fixes techservicesillinois#44
Removing boto3 because it is completely unnecessary, and incompatible with awscliv2 (See link below). botocore is being used instead where boto3 was used before. boto/boto3#2571 Fixes techservicesillinois#37 Fixes techservicesillinois#44
Removing boto3 because it is completely unnecessary, and incompatible with awscliv2 (See link below). botocore is being used instead where boto3 was used before. boto/boto3#2571 Fixes techservicesillinois#37 Fixes techservicesillinois#44
Removing boto3 because it is completely unnecessary, and incompatible with awscliv2 (See link below). botocore is being used instead where boto3 was used before. boto/boto3#2571 Fixes techservicesillinois#37 Fixes techservicesillinois#44
Removing boto3 because it is completely unnecessary, and incompatible with awscliv2 (See link below). botocore is being used instead where boto3 was used before. boto/boto3#2571 Fixes techservicesillinois#37 Fixes techservicesillinois#44
Removing boto3 because it is completely unnecessary, and incompatible with awscliv2 (See link below). botocore is being used instead where boto3 was used before. boto/boto3#2571 Fixes #37 Fixes #44
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:
that doesn't fail with this error:
Is boto3 deprecated? I find it strange that there's a botocore v2 but no other version of higher level abstraction boto3.
The text was updated successfully, but these errors were encountered: