DataAnalysisInAction
DataAnalysisInAction copied to clipboard
pyenv common issues
https://github.com/pyenv/pyenv/wiki/common-build-problems
ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib? If you have homebrew openssl and pyenv installed, you may need to tell the compiler where the openssl package is located:
CFLAGS="-I$(brew --prefix openssl)/include" \
LDFLAGS="-L$(brew --prefix openssl)/lib" \
pyenv install -v 3.4.3