LoginSignup
1
0

More than 5 years have passed since last update.

pip installがエラーになる

Posted at

pip installがエラーになる

以下のコマンドでライブラリをインストールしようとするとエラーが出力される。

コマンド:

pip install [ライブラリ名]

エラー:

Collecting [ライブラリー名]
  Could not fetch URL https://pypi.python.org/simple/[ライブラリ名]/: 
There was a problem confirming the ssl certificate: 
[SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) - skipping

解決方法

以下のコマンドでpipをアップグレードすることで解決。

curl https://bootstrap.pypa.io/get-pip.py | python
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0