SNImissingwarning & amp; Предупреждение insecureplatform

У меня есть следующая ошибка:

jeremy@jeremy-virtual-machine:~$ sudo -H pip install git https://github.com/3drobotics/solo-cli Collecting https://github.com/3drobotics/solo-cli /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning. SNIMissingWarning /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning. InsecurePlatformWarning Downloading https://github.com/3drobotics/solo-cli - 92kB 816kB/s Cannot unpack file /tmp/pip-jWZLV6-unpack/solo-cli (downloaded from /tmp/pip-iG7vjc-build, content-type: text/html; charset=utf-8); cannot detect archive format Cannot determine archive format of /tmp/pip-iG7vjc-build

Я попытался выполнить решение для установки более новой версии python, проверки сертификата python и установки всех пакетов запроса [security], но он все равно дает мне такая же ошибка. Кто-нибудь может мне помочь?

0
задан 6 February 2018 в 06:59

0 ответов

Другие вопросы по тегам:

Похожие вопросы: