I recently constructed a program in Python 3.0. This program requires quite a few modules and I intend to share this with my friends. However it would surely be inconvenient for them to install the python IDE (as they mostly are not programmers) and then pip install the other modules. So therefore I used pyinstaller to turn the py file into a exe file. This way all of my friends could just run the file and run it without having to install other software and modules. I saved this file on Sync, and I emailed a link to my friends . However when they tried to download it on chrome, it said :
‘Download Failed - Virus Detected’
It says this and cancels the download.
I made this program and I am absolutely certain that there is no virus on it. Am I doing something wrong or have I missed a step??
Thanks