小编Spa*_*all的帖子

尝试在 Visual Studio Code 上使用 Conda 时出错:“conda:术语‘conda’未被识别为 cmdlet 的名称”

我正在尝试构建一个基本的机器学习算法,为此我使用 Python 的 Anaconda 解释器。但是,即使 Visual Studio Code 似乎已将 Conda 识别为解释器,并且我将 Anaconda 3 shell 作为单独的应用程序工作,但我无法让 Conda 在 Visual Studio Code 中工作。

每当我尝试检查 Conda 时,都会收到以下错误:

conda : The term 'conda' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ conda activate base
+ ~~~~~
    + CategoryInfo          : ObjectNotFound: (conda:String) [], …
Run Code Online (Sandbox Code Playgroud)

python anaconda conda visual-studio-code

8
推荐指数
1
解决办法
3万
查看次数

标签 统计

anaconda ×1

conda ×1

python ×1

visual-studio-code ×1