pip19.2.3の@

pipのバージョンを19.2.3に更新したら、何故か突然proxy経由でのインストールできなくなりました。

  • windows8.1
  • python3.6.4
pip install --proxy=http://takeume@takeume.com:********@proxy.server:8080 shapely
ERROR: Could not install packages due to an EnvironmentError: Failed to parse:

ユーザー名の後の@を%40に変更したら、OKでした。

pip install --proxy=http://takeume%40takeume.com:********@proxy.server:8080 shapely

ちなみにwindows8.1の環境設定のhttp,httpsを削除しないと、そちらを先に見に行く様です。

タイトルとURLをコピーしました