How to solve the recognising EXE files made with PyInstaller as virus problem?

Viewed 29

I created some code with Python.

I need to install them on users computers.

I converted them to EXE by Pyinstaller but antiviruses recognize them as viruses.

how to fix?

I also tried some ways but failed.

I tried the ways that explained in the https://python.plainenglish.io/pyinstaller-exe-false-positive-trojan-virus-resolved-b33842bd3184

Please help me to Make EXE files from Py files without this problem. Thanks a lot for your kindness.

Also If you know another way to make EXE file from Py File, please tell it me.

0 Answers
Related