LoginSignup
10

More than 1 year has passed since last update.

posted at

updated at

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

 問題

新しい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

参考

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
What you can do with signing up
10