导入时,pycharm 上的远程调试器无法找到 wsl2 PYTHONPATH 中的模块。 我在该导入行处设置了一个调试行断点,然后进入代码,一个名为
<frozen importlib._bootstrap>
的文件打开并通知我:
Remote file /mnt/c/Users/wilso/Desktop/Korem_lab/git/ is mapped to the local path C:\Users\wilso\Desktop\Korem_lab\git\ and can't be found.
You can continue debugging, but without the source.
To fix that you can do one of the following:
Edit settings of path mappingcin remote debug configuration
...
所以我进入路径映射配置以确保远程和本地链接正确, 但错误并没有消失。 这只是 pycharm 端的一个错误吗?非常令人沮丧。
是的,恐怕是这样,并且这是一个长期存在的错误。例如,请参阅this问题。
我真的太没有思想了,谢谢qiz_newbie。