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
Botocore needs to be updated to ether pin the latest version of awscrt or needs to use a range dependency specification so awscrt updates can automatically be pulled.
Install boto3 version = "1.28.78" with the CRT extra specified.
Install botocore version = "1.31.84" with the CRT extra specified.
Attempt to run code that imports and uses boto3
Possible Solution
Botocore needs to be updated to ether pin the latest version of awscrt or needs to use a range dependency specification so awscrt updates can automatically be pulled.
Hi @ryancausey thanks for reporting this. The team is aware of this issue and currently tracking a related issue here in the CLI repository: aws/aws-cli#8320. We will have more updates to share soon.
tim-finnigan
changed the title
Trying to load botocoare using awscrt version 0.19.10 on WSL leads to an abort
Trying to load botocore using awscrt version 0.19.10 on WSL leads to an abort
Nov 13, 2023
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.
Describe the bug
The 0.19.10 version of awscrt has an issue on WSL that leads to an abort: awslabs/aws-crt-python#524
Botocore needs to be updated to ether pin the latest version of
awscrt
or needs to use a range dependency specification soawscrt
updates can automatically be pulled.Expected Behavior
The pytest command to run successfully.
Current Behavior
Reproduction Steps
Possible Solution
Botocore needs to be updated to ether pin the latest version of
awscrt
or needs to use a range dependency specification soawscrt
updates can automatically be pulled.Additional Information/Context
SDK version used
1.31.84
Environment details (OS name and version, etc.)
Ubuntu 22.04.3 LTS on WSL2
The text was updated successfully, but these errors were encountered: