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

Repeated package installations #311

Open
scarrick68 opened this issue Jul 21, 2023 · 2 comments
Open

Repeated package installations #311

scarrick68 opened this issue Jul 21, 2023 · 2 comments

Comments

@scarrick68
Copy link

I created a new project and ran pip install -r requirements.txt and it looks like it's stuck in a loop trying to dl a version of awscli and then botocore and then repeating. It's iterating changing patch versions of these packages and this takes a very long time and seems inefficient. My installation has been running for an hour. Is there a way to pin the dependencies for this project to a compatible set?

Screen Shot 2023-07-20 at 10 26 05 PM
@pjbull
Copy link
Member

pjbull commented Jul 25, 2023

@scarrick68 I don't repro this at the moment, but it looks likely that the awscli v1 package available via pypi is not compatible with newer botocore releases.

Can you confirm that removing awscli fixes the issue for you?

New instructions for installing the aws cli tools are here:
https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html

@LUS24
Copy link

LUS24 commented Jan 23, 2024

Hello, I got the same issue by running the command make requirements.

Removing awscli from the requirements.txt file worked for me.

I'm not using s3, maybe installing awscli should be skipped if the user does not intend to use an Amazon Bucket.

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

3 participants