-
When I use PyInstaller packaging software in Windows 10, it works fine, but in Windows 7 it doesn't work, what should I do?
|
Beta Was this translation helpful? Give feedback.
Answered by
rokm
Jan 16, 2025
Replies: 1 comment 1 reply
-
You cannot use python 3.12 on Windows 7 (due to DLLs that the python shared library is linked against). The last version of python that works on Windows 7 is python 3.8. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pyheight
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You cannot use python 3.12 on Windows 7 (due to DLLs that the python shared library is linked against). The last version of python that works on Windows 7 is python 3.8.