Antivirus trouble (with Norton) while downloading and trying to run Supervertaler #131
Replies: 2 comments 2 replies
-
|
Hi @Pilgrimatic, Thanks for reporting this! This is a known false positive that affects many applications built with PyInstaller (the tool used to create the Windows EXE). Why this happensPyInstaller bundles Python + all libraries into a single package. This creates a binary pattern that some antivirus programs (especially Norton 360) flag with generic heuristic detections like "Win64:Malware-gen". It's not detecting actual malware - it's a pattern match. This affects many legitimate Python applications distributed as EXEs. The executable is not signed with a code-signing certificate (which costs ~$300/year), so AV software treats it with suspicion. SolutionsOption 1: Use pip install (Recommended)
No AV warnings because it runs directly from Python source - no bundled EXE involved. Option 2: Whitelist (what you did)
Option 3: Report to Norton This is commonMany PyInstaller-built applications face this issue. Some references: This affects tools like Calibre, many game mods, and scientific software. I'll add a note about this to the FAQ. Thanks for bringing it up! Michael |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I've experienced trouble with the antivirus while downloading and trying to run Supervertaler. My PC runs Norton 360.
At first, Norton didn't like me downloading files from "release-assets.githubusercontent.com", as it meant it was "infected with Win64:Malware-gen", so it stopped the download the minute it recognized the process (and that was very quickly). To solve this, I had to create an exception in the antivirus program.
That worked, and I could download the .zip file (of the windows .exe version) without a problem. So that was that, or so I thought.
But when I tried to run it, I got the same message from the AV: the program seems to be "infectect with Win64:Malware-gen". So the exe file got quarantined. I had to unquarantine it by restoring it and creating an exception in the program.
Has anyone experienced this kind of trouble? Does it have to do with (my version of) Norton 360 or is it a common issue with AV programs?
Beta Was this translation helpful? Give feedback.
All reactions