gimme-aws-creds icon indicating copy to clipboard operation
gimme-aws-creds copied to clipboard

Endless dependency checking during installation

Open ignas-sakalauskas-cko opened this issue 3 years ago • 7 comments

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)

  1. 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

ignas-sakalauskas-cko avatar Oct 11 '21 11:10 ignas-sakalauskas-cko

Same issue here with win: 10, python: 3.10

Farmers-Tyler-Dougherty avatar Oct 19 '21 19:10 Farmers-Tyler-Dougherty

I got the same issue in a fresh virtual environment with python 3.10.0 and pip 21.2.3 on Windows 10.

vincentoconnell avatar Nov 03 '21 18:11 vincentoconnell

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.

jsnellink avatar Nov 24 '21 21:11 jsnellink

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"

lw-cchapin avatar Dec 10 '21 16:12 lw-cchapin

Same issue here, python 3.10.0 and pip 21.2.3

nicolasguzca avatar Dec 13 '21 17:12 nicolasguzca

Go the same issue, anyone know of a workaround?

NickDevoctomy avatar Jan 26 '22 19:01 NickDevoctomy

@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...

paladinu avatar Feb 08 '22 17:02 paladinu