Skip to content

ImportError: pycurl: libcurl link-time ssl backend (openssl) is different from compile-time ssl backend (none/other)

При использовании библиотеки pycurl возникает следующая проблема на macOS High Sierra: ImportError: pycurl: libcurl link-time ssl backend (openssl) is different from compile-time ssl backend (none/other)

Для решения, нам нужно переустановить pycurl с использованием следующи шагов

pip install --upgrade pip
pip uninstall pycurl
export PYCURL_SSL_LIBRARY=openssl
pip install pycurl
Published inPython

Be First to Comment

Залишити відповідь

Ваша e-mail адреса не оприлюднюватиметься. Обов’язкові поля позначені *