Last active
April 23, 2020 14:24
-
-
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)
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
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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This didn't solve the problem for me.
I noted:
So I tried: