mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-26 04:05:49 +03:00
[GH-ISSUE #74] Missing Python 3.8 support #71
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @reirose on GitHub (Oct 19, 2019).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/74
@brentvollebregt commented on GitHub (Oct 20, 2019):
I'm not able to test 3.8 at the moment, but are there any issues you have discovered? Or is the issue that I am not stating that 3.8 is supported?
@brentvollebregt commented on GitHub (Oct 21, 2019):
pyinstaller/pyinstaller#4311 has been closed but we will have to wait for the new release to PyPI before 3.8 can be officially supported.
@unbeatable-101 commented on GitHub (Oct 29, 2020):
Using the dev branch of pyinstaller, I have not had any issues on python 3.9.
To do this enter
pip install https://github.com/pyinstaller/pyinstaller/archive/develop.tar.gzin the command line.@brentvollebregt commented on GitHub (Oct 30, 2020):
Yes, but there needs to be a release that officially supports Python 3.8 otherwise we will probably run into issues around pip.
You can install pyinstaller manually if you want, this tool should work with the latest.
@unbeatable-101 commented on GitHub (Nov 3, 2020):
In the readme, pyinstaller lists 3.5-3.8 as supported
@reirose, are you still having issues?
@brentvollebregt commented on GitHub (Nov 4, 2020):
@unbeatable-101 yes, I understand that. But that is the master branch, which has not been released to PyPI officially yet.
As judge2020's comment in pyinstaller#4311 linked above stated:
If you go to pypi.org/project/pyinstaller/ and look at the supported Python versions, it clearly states:
@unbeatable-101 commented on GitHub (Nov 26, 2020):
4.1 has been released, and the website says
Works out-of-the-box with any Python version 3.5-3.9.@brentvollebregt commented on GitHub (Nov 27, 2020):
Thanks for letting me know @unbeatable-101 - I'll take a look at making PyInstaller 4.1 a required dependency for the project to support Python 3.8 + 3.9
@brentvollebregt commented on GitHub (Nov 27, 2020):
auto-py-to-exe 2.7.9 has been just released which should fix this