Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

pyenv common issues #12

Open
program-spiritual opened this issue Feb 27, 2019 · 1 comment
Open

pyenv common issues #12

program-spiritual opened this issue Feb 27, 2019 · 1 comment
Labels
帮助通告 需要特别注意

Comments

@program-spiritual
Copy link
Owner

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

@program-spiritual
Copy link
Owner Author

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 program-spiritual added the 帮助通告 需要特别注意 label Mar 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
帮助通告 需要特别注意
Projects
None yet
Development

No branches or pull requests

1 participant