You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after install i can't find any file named pyinstaller.exe with everything, then found that i need change all pyinstaller.exe to python -m PyInstaller in build_windows_executable.bat
The text was updated successfully, but these errors were encountered:
If you cannot use the pyinstaller command due to the scripts directory not being in PATH, you can instead invoke the PyInstaller module, by running python -m PyInstaller
I should do this change, either add this to the documentation, or better yet in build_windows_executable.bat itself
env:
windows 11
python 3.12.3
pyinstaller 6.8.0
after install i can't find any file named pyinstaller.exe with everything, then found that i need change all
pyinstaller.exe
topython -m PyInstaller
in build_windows_executable.batThe text was updated successfully, but these errors were encountered: