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

Outdated AWS CLI v2 and awslocal installation steps #1623

Open
alvertogit opened this issue Jan 8, 2025 · 0 comments
Open

Outdated AWS CLI v2 and awslocal installation steps #1623

alvertogit opened this issue Jan 8, 2025 · 0 comments

Comments

@alvertogit
Copy link

alvertogit commented Jan 8, 2025

I have tried to follow the instructions to install AWS CLI v2 and awslocal in my local environment detailed in https://github.com/localstack/docs/blob/main/content/en/user-guide/integrations/aws-cli/index.md#current-limitations

The command shown below does not work returning an error due to conflict versions.

$ pip install https://github.com/boto/botocore/archive/v2.zip https://github.com/aws/aws-cli/archive/v2.zip

ERROR: Cannot install awscli==2.22.30 and botocore==2.0.0.dev155 because these package versions have conflicting dependencies.

The conflict is caused by:
    botocore 2.0.0.dev155 depends on awscrt==0.12.4
    awscli 2.22.30 depends on awscrt==0.23.4

I suggest to update this part of the documentation with an alternative approach that I use in my local environment.

After that and if the virtual environment is enabled it is possible to work with AWS CLI v2 and awslocal.

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

1 participant