Skip to content
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

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 · 4 comments

Comments

@ronenfe
Copy link

ronenfe commented May 10, 2022

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 ronenfe closed this as completed May 11, 2022
@ronenfe
Copy link
Author

ronenfe commented May 11, 2022

Seems like it's working now without changing anything

@Fabchirajoul
Copy link

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

@edusawaa
Copy link

edusawaa commented Feb 10, 2024

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.

@ronenfe ronenfe reopened this Feb 10, 2024
@Victortaiwo57
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants