undefined symbol: AttachDebuggerTracing

Pycharm undefined symbol: AttachDebuggerTracing

Pycharm debugging with a remote interpreter is not working.
The error that I get is
AttributeError: ~/.pycharm_helpers/pydev/pydevd_attach_to_process/attach_linux_amd64.so: undefined symbol: AttachDebuggerTracing

solution: just delete ~/.pycharm_helpers on remote machine
command: rm -rf ~/.pycharm_helpers

你可能感兴趣的:(pycharm,pytorch)