Created
February 7, 2017 02:29
-
-
Save shinux/d913b2ee0e02bb6afb2cbcfbb40615eb to your computer and use it in GitHub Desktop.
ImportError: pycurl: libcurl link-time version (7.49.1) is older than compile-time version (7.51.0)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install curl | |
brew link curl --force | |
brew install openssl | |
export LIBRARY_PATH=/usr/local/opt/openssl/lib | |
export CPATH=/usr/local/opt/openssl/include | |
pip --no-cache-dir install pycurl | |
python -c "import pycurl" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment