Skip to content

Instantly share code, notes, and snippets.

@saintsGrad15
Created January 15, 2020 18:06
Show Gist options
  • Select an option

  • Save saintsGrad15/afbcc0c27c2c1db90fe8e8d1b6e129e6 to your computer and use it in GitHub Desktop.

Select an option

Save saintsGrad15/afbcc0c27c2c1db90fe8e8d1b6e129e6 to your computer and use it in GitHub Desktop.
Solve MacOS pycurl issue.md
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