DataAnalysisInAction icon indicating copy to clipboard operation
DataAnalysisInAction copied to clipboard

pyenv common issues

Open program-spiritual opened this issue 5 years ago • 1 comments

https://github.com/pyenv/pyenv/wiki/common-build-problems

program-spiritual avatar Feb 27 '19 07:02 program-spiritual

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

program-spiritual avatar Feb 27 '19 08:02 program-spiritual