Добрый день. Тут столкнулся с проблемой - хочу скачать с github библиотеку, но безуспешно. Ввожу:
pip3 install git+https://github.com/vmware/vsphere-automation-sdk-python.git
Выдает мне такую ошибку:
Collecting git+https://github.com/vmware/vsphere-automation-sdk-python.git
Cloning https://github.com/vmware/vsphere-automation-sdk-python.git to /tmp/pip-req-build-w3rna8wf
Running command git clone -q https://github.com/vmware/vsphere-automation-sdk-python.git /tmp/pip-req-build-w3rna8wf
fatal: «https://github.com/vmware/vsphere-automation-sdk-python.git/» недоступно: gnutls_handshake() failed: An unexpected TLS packet was received.
ERROR: Command errored out with exit status 128: git clone -q https://github.com/vmware/vsphere-automation-sdk-python.git /tmp/pip-req-build-w3rna8wf Check the logs for full command output.
С чем это связано? Я использую прокси, и у меня есть подозрение, что это проблема в этом. В общем, как это можно исправить? Заранее спасибо.