homebrew で入れたpythonでpipが使えない

ERROR:root:code for hash md5 was not found.
と出てましたが、これで解決しました。
brew install openssl
brew link openssl --force
brew uninstall python
brew install python --with-brewed-openssl
https://github.com/Homebrew/homebrew/issues/22816

タグ:

mac homebrew python
最終更新:2015年08月26日 12:05