Python Forum

Full Version: Pyinstaller
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pyinstaller throws an error: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/_MEIBtYb0G/frozendict/VERSION'
[48290] Failed to execute script 'run' due to unhandled exception!

Why this error, and how do I resolve this?

Thanks
Are you using frozendict in code ou try complie?
Should post a code example(what version og Python/Pyisntaller used) that give this error,so we can try to see it get same error.
I always run in virtual enviroment(then it's isolated with alll installed before) when problem with Pyinstaller
Pyinstaller issues on GitHub.