-
-
Notifications
You must be signed in to change notification settings - Fork 396
Closed
Description
Hi,
Using python 3.11 we see the following error:
$ python -m ipykernel install --name mykernel --user
0.00s - Debugger warning: It seems that frozen modules are being used, which may
0.00s - make the debugger miss breakpoints. Please pass -Xfrozen_modules=off
0.00s - to python to disable frozen modules.
0.00s - Note: Debugging will proceed. Set PYDEVD_DISABLE_FILE_VALIDATION=1 to disable this validation.
Installed kernelspec mykernel in /u/myuser/.local/share/jupyter/kernels/mykernel
This comes form
ipykernel/ipykernel/debugger.py
Line 24 in 93a63fb
| from debugpy.server import api |
This was also posted on stackoverflow here: https://stackoverflow.com/questions/75114841/debugger-warning-from-ipython-frozen-modules
Can we fix ipykernel to only show this message when it's applicable (i.e. when trying to debug)?
Metadata
Metadata
Assignees
Labels
No labels