cannot import ipykernel debugger in Pycharm debug mode
Open
- Dominant language
- Python
- Stars
- 734
- Forks
- 412
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 8
Description
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`
Contributor guide
Assessment
This issue has not been assessed yet.