Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save evandroeisinger/a38474e4c50756a85caafedc480c8e31 to your computer and use it in GitHub Desktop.
Save evandroeisinger/a38474e4c50756a85caafedc480c8e31 to your computer and use it in GitHub Desktop.
pycurl high sierra fix
brew install curl --with-openssl; export PYCURL_SSL_LIBRARY=openssl; pip uninstall pycurl; pip install --install-option="--with-openssl" --install-option="--openssl-dir=/usr/local/opt/openssl" pycurl==7.43.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment