.pycharm_helpers/pydev/pydevd_attach_to_process/attach_linux_amd64.so: undefined symbol: AttachDebuggerTracing

Pycharm debugging with a remote interpreter is not working.

 

The error that I get is

 

AttributeError: /home/jinwon/.pycharm_helpers/pydev/pydevd_attach_to_process/attach_linux_amd64.so: undefined symbol: AttachDebuggerTracing

 

I can't seem to find a solution to it even though I am searching through google.

 

I am running pycharm on Windows 10, and the remote interperter is an Ubuntu 16.04

 

 

9
5 comments
Avatar
Permanently deleted user

have the same issue after upgrading to 2019.3 pycharm

AttributeError: /home/centos/.pycharm_helpers/pydev/pydevd_attach_to_process/attach_linux_amd64.so: undefined symbol: AttachDebuggerTracing

1

I also meet the same issue after upgrading my pycharm to version 2019.3.

0

Hello, 

 

Please vote for existing issue here https://youtrack.jetbrains.com/issue/PY-39242 and try a workaround provided https://youtrack.jetbrains.com/issue/PY-39242#focus=streamItem-27-3845736.0-0 

 

Sorry for the inconvenience. 

0
Avatar
Permanently deleted user

deleting the helpers and restarting the IDE solved it for me

1

just  delete ~/pycharm_helpers on remote machine

0

Please sign in to leave a comment.