삽질과 꿀팁사이
ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?
devmoons
2020. 3. 11. 12:46
python 2.7.5 설치하려다 삽질. openssl 버전이 안 맞아서 그런 듯하다.
uninstall 하고 설치하면 알아서 다운로드한다.
(macOS Mojave 10.14.6)
brew uninstall --ignore-dependencies openssl@1.1
pyenv install 2.7.5
끝!
https://github.com/pyenv/pyenv/issues/950
많은 삽질이 모여있다.