JackMcKew / pyinstaller-action-windows

Github Action for building executables with Pyinstaller
MIT License
168 stars 67 forks source link

python and pyinstaller versions #25

Closed inferense closed 1 year ago

inferense commented 2 years ago

thanks for making the action. However when I run install requirements.txt which installs python 3.9.10 and pyinstaller 5.0, the following pyinstaller-action-windows starts building with python 3.7.5 and pyinstaller 3.6 which ends up in non-functional pyinstaller exe.

any ideas how to keep the dependency version from requirements.txt?

JackMcKew commented 2 years ago

Related issue to do with Python version, TL;DR, it's complex

https://github.com/JackMcKew/pyinstaller-action-windows/issues/19

JackMcKew commented 1 year ago

Please try this:

https://github.com/JackMcKew/pyinstaller-action-windows/issues/34