pyinstaller to contain psspy and dyntools

asked 2020-10-16 07:45:04 -0500

likethevegetable gravatar image

updated 2020-10-16 07:46:08 -0500

Hey all. I have a .out analyzer python tool that relies on a few packages: numpy, panads, psspy, dyntools for example. I'd like to distribute it to my colleagues, and want to avoid package dependency issues that arise when sharing python scripts. For example, they might have the wrong version of pandas. One idea I have is to create an executable with pyinstaller. To my understanding, one could use pyinstaller to create a standalone exe file. I believe the steps would require one to create a virtual environment, and to accommodate psspy and dyntools, include them in the venv as well. I'm pretty new to this...

Has anyone created a standalone exe file to contain psspy, dyntools? Any advice you could give?

Thanks!

edit retag flag offensive close merge delete