pycharm远程服务器运行Can't run remote python interpreter:Can't get remote credentials for deployment server

1. 问题描述

本机Win10使用pycharm对远程服务器的代码运行。
出现Can't run remote python interpreter: Can't get remote credentials for deployment server...
可以用pycharm远程upload和download文件,经过调查,可能是python interpreter设置的问题。

2. 问题解决思路

  1. 尝试了诸多方法,比如修改了Tools-> Deployment -> Configuration中的connection,删除了和这个服务器ip相同的connection,新建。但这个方法没有解决这个问题,还是报相同的错。

  2. 解决方法:选择File -> Settings -> Project Interpreter
    可能会看到解释器的地址是正确的,而且path mappings也是对的,但是就是无法使用远程的python的解释器。
    pycharm远程服务器运行Can't run remote python interpreter:Can't get remote credentials for deployment server_第1张图片

点击Project Interpreters旁边的小齿轮,选择show all,就能看到所有的解释器啦,这里是经过修改后的解释器列表。原来,存在多个连接到这个服务器的解释器,先清空,然后新建一个便解决啦。

pycharm远程服务器运行Can't run remote python interpreter:Can't get remote credentials for deployment server_第2张图片

(ง •_•)ง

你可能感兴趣的:(机器学习配置)