Error running 'tests': Can't run remote python interpreter: Can't get remote credentials for deploym

pycharm  win10 ubuntu linux远程开发环境配置

 

报错:

Error running 'tests': Can't run remote python interpreter: Can't get remote credentials for deployment server

 

解决:

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

2,出现这个报错,可能是因为你调整了远程和本地的文件夹映射关系,解决办法:file -> settings -> project:xxx -> 删除当前的python interpreter, 重新一步步配置远程的python interpreter。选择new environment

你可能感兴趣的:(Python,Linux)