-
Hello, I'm using conda and have issues when trying to use pyinstaller from a new virtual environment. When I use pyinstaller through my base environment everything works fine, but when use it within a virtual environment my company's security software will prevent the final exe file from running. I've tried using the same version numbers and still have the issue. Any ideas on how to solve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Codesigning it might help - particularly if you're on macOS. And some systems don't like |
Beta Was this translation helpful? Give feedback.
Codesigning it might help - particularly if you're on macOS. And some systems don't like
--onefile
apps. But there's really not much we can do about this. There's no magic I'm not a virus setting you or PyInstaller can tick. Report it to your company's security software - it's their bug.