mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 11:45:49 +03:00
[GH-ISSUE #201] Incompatible with Python 3.10 #183
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 @Avnsx on GitHub (Oct 9, 2021).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/201
Can't use auto-py-to-exe for it's intended purpose with python 3.10. Getting
ImportError: No module named _bootlocale. Googled it seems to be due to a change in 3.10 stackoverflow: https://stackoverflow.com/questions/68459087/pyinstaller-with-python-3-10-0b4-importerror-no-module-named-bootlocale GitHub issue: https://github.com/pyinstaller/pyinstaller/issues/5693Please adjust your code. Thanks 👍
@brentvollebregt commented on GitHub (Oct 9, 2021):
Where are you getting this?
What changes need to be made?
@Avnsx commented on GitHub (Oct 13, 2021):
I'm only reporting a easily reproduceable error. It's on you if you would now react to this and like to fix the compability issue with your code. I'm not doing your homework for you :)
@sandbands commented on GitHub (Oct 17, 2021):
im getting the same issue