Created
June 5, 2018 18:01
-
-
Save evandroeisinger/a38474e4c50756a85caafedc480c8e31 to your computer and use it in GitHub Desktop.
pycurl high sierra fix
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 --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