2017-11-25 10 views
0

아코디다를 재설치 한 후이 명령 줄을 사용하여 얻을 수 있습니다. 왜 그런가요?아나콘다를 재설치 한 후 theano를 설치할 수 없습니다.

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 git+git://github.com/Theano/Theano.git 

&

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

의 차이점은 무엇입니까.

파이썬 3.6을 실행 중입니다. 3.5로 다운 그레이드해야합니까?

감사합니다.

답변

0

출력의 오류는 다음과 같습니다

Cannot find command 'git' 

것은 (I 윈도우의 자식 파워 쉘이 있다고 생각) 자식을 설치하고 작동

+0

후 명령을 실행 해보십시오. 감사! 그런데이 자식은 뭐지? 전에 설치 한 것 같지 않지만 어떻게 든 작동했습니다. 그래서 이상한... – yomoko