Ошибка установки пипа

Я пытаюсь переустановить PIP, так как у меня возникают проблемы с его использованием за прокси (как здесь). Пытаясь использовать https://bootstrap.pypa.io/get-pip.py Метод получил следующие ошибки:

sudo apt-get remove python-pip python3-pip (Хорошо)
wget https://bootstrap.pypa.io/get-pip.py (Хорошо)
sudo python get-pip.py

генерирует ошибку:

The directory '/home/tbrugz/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/tbrugz/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting pip
  Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', BadStatusLine("''",))': /simple/pip/
  Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', BadStatusLine("''",))': /simple/pip/
  Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', BadStatusLine("''",))': /simple/pip/
  Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', BadStatusLine("''",))': /simple/pip/
  Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', BadStatusLine("''",))': /simple/pip/
  Could not find a version that satisfies the requirement pip (from versions: )
No matching distribution found for pip

Если я удалю sudo или добавить --proxy Параметр ошибка тот же. Альтернативные методы установки приветствуются;)

Обновление: забыл сказать, что я использую локальный прокси CNTLM для подключения к внешнему прокси. Похоже, у некоторых людей была похожая проблема:
https://stackoverflow.com/questions/18975187/cant-use-cntlm-to-connect-to-pip

0 ответов

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