공부
[Python] ImportError: pycurl: libcurl link-time ssl backend (openssl) is different from compile-time ssl backend
승가비
2021. 1. 9. 00:17
728x90
pip uninstall pycurl
pip install --compile --install-option="--with-openssl" pycurl
brew reinstall openssl
ImportError: pycurl: libcurl link-time ssl backend (openssl) is different from compile-time ssl backend (none/other)
I wanted to run python file. But I could check this error when I ran it. ImportError: pycurl: libcurl link-time ssl backend (openssl) is different from compile-time ssl backend (none/other) My sy...
stackoverflow.com
728x90