Skip to content

Instantly share code, notes, and snippets.

@shinux
Created February 7, 2017 02:29
Show Gist options
  • Save shinux/d913b2ee0e02bb6afb2cbcfbb40615eb to your computer and use it in GitHub Desktop.
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)
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