Incompatible with python 3.10.0 (UPDATED)
See original GitHub issueI got this issue with auto-py-to-exe and i noticed it uses pyinstaller, so i tried pyinstaller (and yes my pip and pyinstaller were up to date) and pyinstaller had the exact same 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.
which means its not an issue with auto-py-to-exe, but an issue with pyinstaller. so unfortunately you guys cant do anything about it, just thought id let you know
Issue Analytics
- State:
- Created 2 years ago
- Comments:14 (4 by maintainers)
Top Results From Across the Web
What's New In Python 3.10 — Python 3.11.1 documentation
This article explains the new features in Python 3.10, compared to 3.9. Python 3.10 was released on October 4, 2021. For full details,...
Read more >Cannot set up a conda environment with python 3.10
Conda 4.10 is incompatible with python 3.10. ... To use python 3.10 or newer, you need to update to conda 4.11+. If you...
Read more >When should you upgrade to Python 3.11?
The Python 3.11 support for the Numba project, for example, is still a work-in-progress as of Dec 8, 2022. Apparently it took them...
Read more >Encountered “Unsupported Python Version” Error When... - Intel
When installing Intel Distribution of OpenVINO™ Toolkit, received error: Python 3.10.0.ECHO is off. Unsupported Python version. Please install Python 3.5 ...
Read more >Python 3.8, 3.9 or 3.10 for new projects? - Reddit
2.7 is unsupported, which detracts from your point. My point is that downgrading has a significant cost. You will have to rewrite your...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can probably close this now anyway. Python 3.10.1 contained a fix for the tuple index issue so we’re good to go.
Sure thing! I just wasnt sure if this problem is related to this or not, so I thought if it is separate, github allows you to move it as new issue. Create it right away, sorry for the trouble.