-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Python 3.11] - Debugger warning: It seems that frozen modules are being used #1861
Comments
@mathbunnyru @fcollonval Do you have any suggestion what should be done here?
|
Unfortunately, I'm not yet familiar with frozen modules, so I can't answer this question, sorry :( |
Cross reference: #1844 |
My recommendation is to leave as is at system level. it's just a warning. If it bothers anyone, |
I could not understand yet.What does it mean?Could you teach me how to deal with it?I am just a greenhand.Thanks! |
Just ignore this warning. It's a warning so you shouldn't have any problems running your scripts because of it. |
I meet this problem too. |
@JustaGreenhand you mentioned not a problem, but 3 possible solutions. |
OK.Thanks.But sometimes i would thought it unconfortable.(cry) |
But code isnt running in jupyter notebook due to this warning. Now what |
Please, create a new issue, explaining what doesn’t work for you. |
What docker image(s) are you using?
base-notebook (modified build)
Host OS system and architecture running docker image
Debian 11 / x86_64
What Docker command are you running?
docker run -it --rm -p 8888:8888 registry.gitlab.b-data.ch/jupyterlab/python/base:3.11.1
How to Reproduce the problem?
Visit
http://127.0.0.1:8888/lab?token=<token>
Command output
Expected behavior
This warning seems to be expected with Python 3.11: https://discourse.jupyter.org/t/debugger-warning-it-seems-that-frozen-modules-are-being-used-python-3-11-0/16544
Actual behavior
This is not a bug.
The question is: What should be done here?
-Xfrozen_modules=off
to python.PYDEVD_DISABLE_FILE_VALIDATION=1
.Anything else?
No response
Latest Docker version
The text was updated successfully, but these errors were encountered: