Nike-Inc / gimme-aws-creds

A CLI that utilizes Okta IdP via SAML to acquire temporary AWS credentials
Apache License 2.0
920 stars 262 forks source link

Error [WinError 225] Operation did not complete successfully because the file contains a virus or potentially unwanted software while executing command python setup.py egg_info #351

Open ronenfe opened 2 years ago

ronenfe commented 2 years ago

Expected Behavior

Installation successful

Current Behavior

Error message:

python -m pip install gimme-aws-creds Collecting gimme-aws-creds Using cached gimme_aws_creds-2.4.4-py2.py3-none-any.whl (51 kB) Collecting fido2<0.10.0,>=0.9.1 Using cached fido2-0.9.3.tar.gz (217 kB) Preparing metadata (setup.py) ... ERROR: Error [WinError 225] Operation did not complete successfully because the file contains a virus or potentially unwanted software while executing command python setup.py egg_info error ERROR: Could not install packages due to an OSError: [WinError 225] Operation did not complete successfully because the file contains a virus or potentially unwanted software

Steps to Reproduce (for bugs)

Run the following command in command line with administrator permissions: python -m pip install gimme-aws-creds

Your Environment

Edition Windows 10 Enterprise Version 21H2 Installed on ‎4/‎26/‎2022 OS build 19044.1645 Experience Windows Feature Experience Pack 120.2212.4170.0

ronenfe commented 2 years ago

Seems like it's working now without changing anything

Fabchirajoul commented 1 year ago

I ran the code as an administrator but the problem still there

edusawaa commented 7 months ago

i have the same error, installing tensorflow-datasets, it says that the library or package "promise" throws that error, can someone help me?

C:\Windows\System32>pip install promise Collecting promise Using cached promise-2.3.tar.gz (19 kB) ERROR: Error [WinError 225] No se pudo completar la operación porque el archivo contiene un virus o software potencialmente no deseado while executing command python setup.py egg_info Preparing metadata (setup.py) ... error ERROR: Could not install packages due to an OSError: [WinError 225] No se pudo completar la operación porque el archivo contiene un virus o software potencialmente no deseado

I´ve tried different things. I turn off my antivirus, i scan the file with the antivirus, i made an exclusion of the extensions .py .tar .gz, i tried to install another version downloading the package manually, but nothing works.

Victortaiwo57 commented 5 months ago

The error may be as a result of your antivirus, you can disable your antivirus temporarily in order to install your APIs