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
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?
The text was updated successfully, but these errors were encountered:
@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?
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?The text was updated successfully, but these errors were encountered: