Skip to content

Instantly share code, notes, and snippets.

@Ozahata
Last active April 23, 2020 14:24
Show Gist options
  • Save Ozahata/795e25369fd311f1ad3de2a931178bfb to your computer and use it in GitHub Desktop.
Save Ozahata/795e25369fd311f1ad3de2a931178bfb to your computer and use it in GitHub Desktop.
(Mac) ImportError: pycurl: libcurl link-time ssl backend (none/other) is different from compile-time ssl backend (openssl)
brew install curl --with-openssl
echo 'export PATH="/usr/local/opt/curl/bin:$PATH"' >> ~/.bash_profile
# To not close the bash and open again
export PATH="/usr/local/opt/curl/bin:$PATH"
@yacitus
Copy link

yacitus commented Jan 18, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment