Aviso de SNImissingwarning & insecureplatform

0

Eu tenho o seguinte erro:

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

Eu tentei seguir a solução para instalar uma versão mais nova do python, verificar o certificado python e instalar todos os pacotes de requisição [security], mas ele ainda me dá o mesmo erro. Alguém pode me ajudar com isso?

    
por Teo Jeremy 06.02.2018 / 03:56

0 respostas