【发布时间】:2018-10-10 03:21:16
【问题描述】:
我的新笔记本电脑出现这个问题已经有几个小时了,但不知道是什么原因造成的。我正在尝试使用 conda 安装 scikit-learn 并收到以下错误
conda : The term 'conda' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
名称的拼写,或者如果包含路径,请验证路径是否正确并重试。 在行:1 字符:1 + conda install -c anaconda scikit-learn + ~~~~~ + CategoryInfo : ObjectNotFound: (conda:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
还有其他人在 Windows 10 上遇到过类似问题吗?
【问题讨论】:
-
你使用的是什么版本的powershell?如果您使用的是 Windows,这就是安装此产品时所说的:WinPython 项目将 scikit-learn 作为附加插件分发。
-
我使用的是 PowerShell 5.1
标签: python powershell conda