[ VSCode ]command ‘python.setInterpreter‘ not found

家人们我又来排坑了

用vscode连接远程服务器,没办法选择python解释器,用CTRL+shift+p:

[ VSCode ]command ‘python.setInterpreter‘ not found_第1张图片
点击第一个会报错:
[ VSCode ]command ‘python.setInterpreter‘ not found_第2张图片
好像是无法找到python解释器,虽然我们已经选择语言为python了。
解决办法:
安装python扩展包:
[ VSCode ]command ‘python.setInterpreter‘ not found_第3张图片
这里我已经安装过了,没安装的话可能会有一个在远程服务器(xxx)(也就是你的远程服务器地址)里安装python的选项,再装一遍就ok了,如果还找不到,就在文件—首选项——设置里,搜索python,pythonPath,把路径改为你的虚拟环境Python解释路径:

[ VSCode ]command ‘python.setInterpreter‘ not found_第4张图片

你可能感兴趣的:(深度学习排坑,服务器,python,pytorch)