question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Incompatible with python 3.10.0 (UPDATED)

See original GitHub issue

I 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:closed
  • Created 2 years ago
  • Comments:14 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
bwoodsendcommented, Jan 4, 2022

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.

1reaction
madtatu-developmentcommented, Nov 4, 2021

@madtatu-development could you create a new issue for this? Keeping each issue in their own GitHub issue helps keep things on track and stops people from getting notified about something not on topic.

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found