about attach_linux_amd64.so when debug with pycharm
When I use the debug mode of pycharm, working on a project used pytorch, I have meet below error in console:
Error loading: /home/user_name/.pycharm_helpers/pydev/pydevd_attach_to_process/attach_linux_amd64.so
the output error number is the same as num_workers of my dataloader.
I searched this problem on the web, but the answer is during 2019-2020, also about dataloader, but the error output is a little different.
I tried to delete .pycharm_helpers and rebuild my env, but the problem still exists, I need your help!
Please sign in to leave a comment.
- The type of interpreter used
- Linux distro
- PyCharm version
- Python version
Also please provide logs from **Help | Collect Logs and Diagnostic Data** after reproducing the issue
You can use uploading service at https://uploads.jetbrains.com/ , and provide upload ID in your reply.
the same problem. remote ssh; Ubuntu 20.04.6; pycharm2023.2.1; Python 3.7.16
I have the same problem.
Ubuntu 20.04.1; pycharm2023.2.1 and using Jetbrain Client' s remote development;Python 3.9.16
Maybe it have association with pytorch dataloader' s multi process or distributed training