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
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 this issue
May 10, 2022
· 5 comments
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: