我选择了python解释器,但是Visual Studio代码无法识别它,我该怎么办?

yhuiod9q  于 2022-12-02  发布在  Python
关注(0)|答案(1)|浏览(407)

我的Visual Studio代码无法识别我的python解释器。我选择python可执行文件路径作为解释器,但Vscode仍然告诉我“选择了无效的python解释器”,解释器设置为“C:\Users\MyUser\anaconda3\python. exe”。
When I click on this "Select Interpreter" option. The slide down menu doesn't automatically find any python interpreters even though I have downloaded 3 different pythons (Anaconda python 3.9 and python 3.10 and python 3.11)Slide down menu显示器
我已经将python默认解释器路径设置为anaconda中的python可执行文件,但VScode仍然无法识别它。
我仍然可以通过使用GitBash或CMD或者只使用VScode中的终端(我将终端设置为GitBash)来运行python代码。但是VScode告诉我选择了无效的python解释器。
The python settings in my settings.json file
我试过卸载并重新安装Visual Studio代码,但没有成功。我也试过删除所有用户设置,但也没有成功。我上网找过,但我找不到任何解决方案,所有人都只是告诉我选择它(但我已经这样做了几个小时,它没有工作。我失去了我的头脑,因为我有大学的最后期限)。
我想允许Visual Studio代码识别我的python解释器。

guz6ccqo

guz6ccqo1#

打开您的设置并搜索Python Path

在此处手动输入绝对路径。

相关问题