重新安装anaconda后我无法安装theano

传奇

重新安装anaconda后,我用这个命令行得到了这个。这是为什么?

pip install --upgrade --no-deps git+git://github.com/Theano/Theano.git

(C:\Users\AM\Anaconda3) C:\Users\AM\Documents>pip install --upgrade --no-
deps git+git://github.com/Theano/Theano.git 
Collecting git+git://github.com/Theano/Theano.git
  Cloning git://github.com/Theano/Theano.git to c:\users\am\appdata\local\temp\p
ip-273x97zk-build
  Error [WinError 2] The system cannot find the file specified while 
executing command git clone -q git://github.com/Theano/Theano.git C:\Users\AM\AppData\Local
\Temp\pip-273x97zk-build
Cannot find command 'git'

另外,有什么区别

pip install --upgrade --no-deps git+git://github.com/Theano/Theano.git

&

pip install git+git://github.com/Theano/Theano.git

不知道用哪个,好纠结。

我正在运行 python 3.6,我必须降级到 3.5 吗?

谢谢。

佩德罗里霍91

输出中的错误是:

Cannot find command 'git'

安装 git(我认为有一个适用于 windows 的 git powershell),然后尝试运行命令

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章