I am currently developing a program in python and I am converting this into a .exe file so I can share it. However, there have been many virus alerts and I have not been able to do this. I am using PyInstaller to convert my files. I believe this issue may be coming from the actual conversion itself. I have heard that the new version of PyInstaller is generating these issues. Many people have said to downgrade PyInstaller to an earlier version to avoid this issue.
So my question is: 'How do you downgrade a python module such as PyInstaller?'
And should I try using other modules to convert my files or should I stick to PyInstaller?
Thanks!