ipykernel icon indicating copy to clipboard operation
ipykernel copied to clipboard

cannot import ipykernel debugger in Pycharm debug mode

Open eastonsuo opened this issue 3 years ago • 0 comments

when execute

import debugpy
from ipykernel.debugger import Debugger

in pycharm debug mode, result in ImportError: cannot import name 'pydevd_defaults' from '_pydevd_bundle'

and an more specfic notice is :

/Users/suoyi/miniforge3/envs/aicoder/lib/python3.9/site-packages/debugpy/_vendored/force_pydevd.py:20: UserWarning: incompatible copy of pydevd already imported

eastonsuo avatar Aug 30 '22 08:08 eastonsuo