Ошибка при установке theano в команде propmt - PullRequest
0 голосов
/ 23 июня 2019

ошибка при установке theano в WIN 10 X64

Я использую команду

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

Запуск, который показывает эту ошибку:

pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Collecting git+git://github.com/Theano/Theano.git
  Cloning git://github.com/Theano/Theano.git to c:\users\pankaj\appdata\local\temp\pip-req-build-iob4rp2c
  Error [WinError 2] The system cannot find the file specified while executing command git clone -q git://github.com/Theano/Theano.git C:\Users\Pankaj\AppData\Local\Temp\pip-req-build-iob4rp2c
Cannot find command 'git' - do you have 'git' installed and in your PATH?
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping```
...