Couldn't upload helpers for remote interpreter: java.net.NoRouteToHostException: Can't assign requested address (Address not available)
时间:2020-06-17 20:48:48
收藏:0
阅读:372
Pycharm通过ssh连接远程解释器出错:Couldn‘t upload helpers for remote interpreter: java.net.NoRouteToHostException: Can‘t assign requested address (Address not available)
错误原因:
需要确保以下两个路径配置相同
1.tools -> Deployment -> Configuration map路径映射配置
2. File -> Setting Project Interpreter 远程ssh解释器的路径映射
原文:https://www.cnblogs.com/geoffreyone/p/13154380.html
评论(0)