pycharm 远程连服务器问题合集

Couldn't upload helpers for remote interpreter: Auth fail

上次出现这个错误是因为连服务器的密码错,现在全部设成123456防止忘记

Error running 'test3': Can't run remote python interpreter: Error connecting to remote host 202.197.66.62

文件名一般开头不要为test,否则pycharm可能自动启动notestset模式

Couldn't refresh skeletons for remote interpreter: Error connecting to remote host 202.197.66.62

删掉pycharm安装文件夹下的skeletons文件夹,比如我的是:F:\software\PyCharm 2019.2.1

总体来说,没解决问题的话重新改远程连接的配置,有两个地方

1.tools -> Deployment -> Configuration    connection配置

Mapping配置  本地和远程project文件夹对应

 

2. File -> Setting   Project Interpreter

    show all

 

如果两个都配置对应的话一般能连上 

发布了43 篇原创文章 · 获赞 0 · 访问量 1871

猜你喜欢

转载自blog.csdn.net/weixin_39331401/article/details/104950463