Reputation: 61
when i use pyinstaller3 to pack my python script(with PYQT5), McAfee always alert me the runw.exe file found virus and then delete this bootloader file .
the pyinstaller is download from official website , i have no idea why this happen , and also i try this with my workmates computer , same thing happen .
so could you pls help me to settle this problem ?
thank you very much .
Upvotes: 1
Views: 1928
Reputation: 25
I faced the same problem before. It occurs when you convert your files (like images and icons) into a python file through Qt qrc resources feature. This encoded python file triggers a false alarm.
I solved it by using the classical files handling technique through runw.spec file.
Upvotes: 1
Reputation: 1
Actually MBAM (Malwarebytes Anti-Malware), McAfee, Avast antivirus detects the pyinstaller file as dangerous it has happened to me with both MBAM (Malwarebytes Anti-Malware) and McAfee anttivirus detects it as dangerous!
Upvotes: 0
Reputation: 164
Realizing this is an old thread...
if you have access to the ePO console, you can set a policy to skip scanning pyinstaller. That will prevent this from becoming flagged as a virus.
Upvotes: 1
Reputation: 259
I'd recommend reinstalling pyinstaller3 and preventing McAfee from deleting the bootloader file. I'd go as far as to switch antivirus software if this isn't possible.
Upvotes: 0