Пакеты не обновляют после Кв. - получают проблему

Я хотел сделать pip install, но это говорит:

/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: 
InsecurePlatformWarning: A true SSLContext object is not available.

Это препятствует тому, чтобы urllib3 настроил SSL соответственно, и может заставить определенные соединения SSL перестать работать. Можно обновить до более новой версии Python для решения этого. Для получения дополнительной информации см. https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.

Таким образом, я заметил, что повторно генерировались новая версия Python crypto библиотеки. Требуемый для обновления моей системы через синаптический. Установщик застрял, установив bind9 (останавливающийся bind9 сервис). Остановленный процесс, перезапущенный моя система. После той Кв. - добираются, dosen't говорит, что Python должен быть обновлен, но установка зернышка все еще dosen't работа.

Я не думаю, что это связано для побеждения обновления:

sudo -H pip2 install --upgrade pip

/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
Requirement already up-to-date: pip in /usr/local/lib/python2.7/dist-packages
/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
2
задан 18 February 2017 в 17:45

0 ответов

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

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