-
Notifications
You must be signed in to change notification settings - Fork 263
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
Endless dependency checking during installation #320
Comments
Same issue here with win: 10, python: 3.10 |
I got the same issue in a fresh virtual environment with python 3.10.0 and pip 21.2.3 on Windows 10. |
I hit this same issue, and was able to resolve by upgrading pip (from 21.2.3 to 21.3.1). After the pip upgrade I didn't have the issue of endless dependency checking. |
Python 3.10.1 Allows me to install gimme-aws-creds 2.4.0, but not the latest. The error is:
|
Same issue here, python 3.10.0 and pip 21.2.3 |
Go the same issue, anyone know of a workaround? |
@ignas-sakalauskas-cko mentioned downgrading python as a possible workaround. This did not work for me on python 3.9.10/ EDIT: DID work for me. I still had 3.10 in shell path. So downgrading seemed to work for me. Could maybe do side by side install... |
Expected Behavior
gimme-aws-creds
installs within a few minutesCurrent Behavior
I've cancelled the installation after 1 hour. The installation just keeps cehcking these versions
Possible Solution
N/A
Workaround -- use python 3.9
Steps to Reproduce (for bugs)
pip3 install --upgrade gimme-aws-creds
as an adminContext
Python was upgraded to v3.10 and
gimme-aws-creds
stopped working. Installing again didn't work -- the same endless dependency checking. I've removed everything and tried a fresh installation, however still the same.Your Environment
The text was updated successfully, but these errors were encountered: