Skip to content
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

[bug] AWS CLI not working properly in DLC #4268

Open
5 of 6 tasks
bkgardiner opened this issue Sep 19, 2024 · 1 comment
Open
5 of 6 tasks

[bug] AWS CLI not working properly in DLC #4268

bkgardiner opened this issue Sep 19, 2024 · 1 comment

Comments

@bkgardiner
Copy link

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

@geetasg
Copy link
Contributor

geetasg commented Sep 30, 2024

Thank you for reporting this issue; we will take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants