Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
帮助通告 需要特别注意
Projects
None yet
Development

No branches or pull requests

1 participant