我正在尝试构建一个基本的机器学习算法,为此我使用 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)