ipykernel icon indicating copy to clipboard operation
ipykernel copied to clipboard

ipykernel==6.3.1 incompatible with pycharm

Open mastrolube opened this issue 3 years ago • 0 comments

Hello, just found a problem with the last version... I'm using pycharm and I'm not able to debug. Traceback (most recent call last):

  File "C:\Program Files\JetBrains\PyCharm 2021.1.3\plugins\python\helpers-pro\jupyter_debug\pydev_jupyter_utils.py", line 64, in attach_to_debugger
    debugger.prepare_to_run(enable_tracing_from_start=False)
TypeError: prepare_to_run() got an unexpected keyword argument 'enable_tracing_from_start'
Failed to connect to target debugger.

Please have a look there for more details. https://youtrack.jetbrains.com/issue/PY-50575 Someone suggested moving to version 5.5.5 which solves this issue. I have the same problem with two different pc.

Thanks! :)

mastrolube avatar Sep 06 '21 08:09 mastrolube