gimme-aws-creds
gimme-aws-creds copied to clipboard
Endless dependency checking during installation
Expected Behavior
gimme-aws-creds
installs within a few minutes
Current Behavior
I've cancelled the installation after 1 hour. The installation just keeps cehcking these versions
....
Collecting botocore<1.21.0,>=1.20.89
Using cached botocore-1.20.89-py2.py3-none-any.whl (7.6 MB)
Collecting boto3<2.0.0,>=1.7.70
Using cached boto3-1.17.88-py2.py3-none-any.whl (131 kB)
Collecting botocore<1.21.0,>=1.20.88
Using cached botocore-1.20.88-py2.py3-none-any.whl (7.6 MB)
Collecting boto3<2.0.0,>=1.7.70
Using cached boto3-1.17.87-py2.py3-none-any.whl (131 kB)
Collecting botocore<1.21.0,>=1.20.87
Using cached botocore-1.20.87-py2.py3-none-any.whl (7.6 MB)
Collecting boto3<2.0.0,>=1.7.70
Using cached boto3-1.17.86-py2.py3-none-any.whl (131 kB)
Collecting botocore<1.21.0,>=1.20.86
Using cached botocore-1.20.86-py2.py3-none-any.whl (7.6 MB)
Collecting boto3<2.0.0,>=1.7.70
Using cached boto3-1.17.85-py2.py3-none-any.whl (131 kB)
Collecting botocore<1.21.0,>=1.20.85
Using cached botocore-1.20.85-py2.py3-none-any.whl (7.6 MB)
Collecting boto3<2.0.0,>=1.7.70
Using cached boto3-1.17.84-py2.py3-none-any.whl (131 kB)
Collecting botocore<1.21.0,>=1.20.84
Using cached botocore-1.20.84-py2.py3-none-any.whl (7.6 MB)
Collecting boto3<2.0.0,>=1.7.70
Using cached boto3-1.17.83-py2.py3-none-any.whl (131 kB)
Collecting botocore<1.21.0,>=1.20.83
Using cached botocore-1.20.83-py2.py3-none-any.whl (7.6 MB)
Collecting boto3<2.0.0,>=1.7.70
Using cached boto3-1.17.82-py2.py3-none-any.whl (131 kB)
Possible Solution
N/A
Workaround -- use python 3.9
Steps to Reproduce (for bugs)
- Run
pip3 install --upgrade gimme-aws-creds
as an admin
Context
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
Windows 10 (the latest)
Python 3.10.0 (via Choco)
pip 21.2.4 from C:\Python310\lib\site-packages\pip (python 3.10)
Installing as an admin
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 pip 21.3.1
Allows me to install gimme-aws-creds 2.4.0, but not the latest. The error is:
ERROR: Could not find a version that satisfies the requirement winrt>=1.0.20330.1; platform_system == "Windows" and python_version >= "3.7" (from ctap-keyring-device) (from versions: none) ERROR: No matching distribution found for winrt>=1.0.20330.1; platform_system == "Windows" and python_version >= "3.7"
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...