12
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

pipのインストールで pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. と出る場合

Last updated at Posted at 2018-10-23

# 問題
新しいmoduleをpipでインストールしようとしても
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. とエラーが出てインストールできない。

解決策

brew unlink openssl 
brew reinstall openssl

参考

12
10
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
12
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?