[GH-ISSUE #204] incompatible with Python 3.10.0 (reposting because i have the same issue but the post was closed) #184

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

Originally created by @sandbands on GitHub (Oct 17, 2021).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/204

right before i upgraded to Python 3.10.0 i finished a project and converted it into an executable with auto-py-to-exe, i upgraded, finished another project, but now im getting this error

  File "C:\Users\myuser\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1711, in _find_head_package
    raise ImportError("No module named " + target_package_name)
ImportError: No module named _bootlocale

Project output will not be moved to output folder
Complete.

my pip is up to date
and my version of auto-py-to-exe is up to date

Originally created by @sandbands on GitHub (Oct 17, 2021). Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/204 right before i upgraded to Python 3.10.0 i finished a project and converted it into an executable with auto-py-to-exe, i upgraded, finished another project, but now im getting this error ``` File "C:\Users\myuser\AppData\Local\Programs\Python\Python310\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1711, in _find_head_package raise ImportError("No module named " + target_package_name) ImportError: No module named _bootlocale Project output will not be moved to output folder Complete. ``` my pip is up to date and my version of auto-py-to-exe is up to date
kerem closed this issue 2026-02-26 12:20:45 +03:00
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#184
No description provided.