[GH-ISSUE #74] Missing Python 3.8 support #71

Closed
opened 2026-02-26 12:20:23 +03:00 by kerem · 9 comments
Owner

Originally created by @reirose on GitHub (Oct 19, 2019).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/74

Originally created by @reirose on GitHub (Oct 19, 2019). Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/74
kerem closed this issue 2026-02-26 12:20:23 +03:00
Author
Owner

@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?

<!-- gh-comment-id:544238985 --> @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?
Author
Owner

@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.

<!-- gh-comment-id:544355913 --> @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.
Author
Owner

@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.gz in the command line.

<!-- gh-comment-id:718770869 --> @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.gz` in the command line.
Author
Owner

@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.

<!-- gh-comment-id:719163829 --> @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.
Author
Owner

@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?

<!-- gh-comment-id:721419037 --> @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?
Author
Owner

@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:

the PR was merged in 96ad296, so it's there, but there hasn't been a release yet. If you install from the develop branch instead of pypi (see below), you should have the relevant commit and the latest changes, although there might be more bugs than in a release.

If you go to pypi.org/project/pyinstaller/ and look at the supported Python versions, it clearly states:

Works out-of-the-box with any Python version 3.5-3.7.

<!-- gh-comment-id:721501455 --> @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](https://github.com/pyinstaller/pyinstaller/issues/4311#issuecomment-688532918) in pyinstaller#4311 linked above stated: > the PR was merged in 96ad296, so it's there, but there hasn't been a release yet. If you install from the develop branch instead of pypi (see below), you should have the relevant commit and the latest changes, although there might be more bugs than in a release. If you go to [pypi.org/project/pyinstaller/](https://pypi.org/project/pyinstaller/) and look at the supported Python versions, it clearly states: > Works out-of-the-box with any Python version 3.5-3.7.
Author
Owner

@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.

<!-- gh-comment-id:734433170 --> @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.`
Author
Owner

@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

<!-- gh-comment-id:734634084 --> @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
Author
Owner

@brentvollebregt commented on GitHub (Nov 27, 2020):

auto-py-to-exe 2.7.9 has been just released which should fix this

<!-- gh-comment-id:734638481 --> @brentvollebregt commented on GitHub (Nov 27, 2020): auto-py-to-exe 2.7.9 has been just released which should fix this
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/auto-py-to-exe#71
No description provided.