Created
January 15, 2020 18:06
-
-
Save saintsGrad15/afbcc0c27c2c1db90fe8e8d1b6e129e6 to your computer and use it in GitHub Desktop.
Solve MacOS pycurl issue.md
This file contains hidden or 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
| Source: https://github.com/transloadit/python-sdk/issues/4 | |
| 1. Uninstall pycurl | |
| 2. brew install openssl (May already be installed...) | |
| 3. export CPPFLAGS=-I/usr/local/opt/openssl/include | |
| 4. export LDFLAGS=-L/usr/local/opt/openssl/lib | |
| 5. pip install pycurl --global-option="--with-openssl" | |
| 6. Rejoice |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment