Pycharm远程调试常见错误汇总

Pycharm远程调试常见错误汇总,第1张

1 failed to add remote port forwarding

解决办法有3个:
1 首先确认远程服务器的AllowTcpForwarding是否打开。

  • 打开/etc/ssh/sshd_config文件, 确保AllowTcpForwarding yes
  • 重启ssh服务 service sshd restart
    ps: 有些环境没设置这个也是可以的, 很迷惑。 所以, 试试看吧。

2 重启Pycharm: File -> Invalidate Caches/ Restart
3 重新设置Python Interpreter
上面几种方法通常可以解决问题, 有时候需要多试几次。

2 While creating remote tunnel for SshjSshConnection( @ )@6ac86b66: localhost:63342 == localhost:63342: Global request [global req for tcpip-forward] failed

Open Help -> Find Action -> Registry:
关闭以下2个选项:
ide.ssh.library.backend.use.sshj
ide.ssh.library.backend.webDeployment.use.sshj

3 远程debug时等待很久不返回计算结果

在设置中搜索gevent, 打开gevent compatible 选项

4 Can’t run remote python interpreter: Can’t get remote credentials for deployment server xxx

可能的解决方法:
1 检查Python interpreter的path mapping是否设置对了

2 删除远程的python interpreter, 重新添加

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/869736.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-13
下一篇 2022-05-13

发表评论

登录后才能评论

评论列表(0条)

保存