Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

this version of python appears to be incorrectly compiled #15019

Closed
simonm3 opened this issue Aug 25, 2023 · 4 comments
Closed

this version of python appears to be incorrectly compiled #15019

simonm3 opened this issue Aug 25, 2023 · 4 comments
Labels
bug status:Answered The issue has been answered by a community member. status:Needs Triage Applied to new issues that need triage

Comments

@simonm3
Copy link

simonm3 commented Aug 25, 2023

I am using anaconda with pthon 3.11.3; and a pip install of jupyterlab 4.05.

I get this message when starting jupyter lab. I have tried uninstalling and reinstalling.

This version of python seems to be incorrectly compiled
(internal generated filenames are not absolute).
This may make the debugger miss breakpoints.
Related bug: http://bugs.python.org/issue1666807

@simonm3 simonm3 added the bug label Aug 25, 2023
@welcome
Copy link

welcome bot commented Aug 25, 2023

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

@jupyterlab-probot jupyterlab-probot bot added the status:Needs Triage Applied to new issues that need triage label Aug 25, 2023
@firai
Copy link
Contributor

firai commented Aug 25, 2023

According to spyder-ide/spyder#20800 (comment), this was fixed in Anaconda 2023.07-2, which ships with Python 3.11.4. Can you try using the new version?

If you can't upgrade or if it still doesn't work, maybe try Guido's suggestion to pass -Xfrozen_modules=off? Note that the issue you referred to was migrated to Github as shown at the top of the page: python/cpython#44604.

@simonm3
Copy link
Author

simonm3 commented Aug 25, 2023 via email

@ccordoba12
Copy link

@simonm3, please run

conda update anaconda

first and then

conda install python=3.11.4

That should solve your problem.

@JasonWeill JasonWeill added the status:Answered The issue has been answered by a community member. label Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug status:Answered The issue has been answered by a community member. status:Needs Triage Applied to new issues that need triage
Projects
None yet
Development

No branches or pull requests

4 participants