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
Current behavior:
When running aws command the following error appears: ImportError: cannot import name 'is_s3express_bucket' from 'botocore.utils' (/opt/conda/lib/python3.10/site-packages/botocore/utils.py)
Expected behavior:
No errors
Additional context:
I've fixed the issue in the container by running: pip install --upgrade boto3 botocore
The text was updated successfully, but these errors were encountered:
Checklist
Concise Description:
The AWS CLI is not working on the 2.1.2-neuronx-py310-sdk2.20.0-ubuntu20.04 image
DLC image/dockerfile:
public.ecr.aws/neuron/pytorch-inference-neuronx:2.1.2-neuronx-py310-sdk2.20.0-ubuntu20.04
Current behavior:
When running
aws
command the following error appears:ImportError: cannot import name 'is_s3express_bucket' from 'botocore.utils' (/opt/conda/lib/python3.10/site-packages/botocore/utils.py)
Expected behavior:
No errors
Additional context:
I've fixed the issue in the container by running:
pip install --upgrade boto3 botocore
The text was updated successfully, but these errors were encountered: