草稿 · 2022年5月1日 0

草稿:Python pycurl安装

错误输出:
pycurl: libcurl link-time ssl backend (nss) is different from compile-time ssl backend
export PYCURL_SSL_LIBRARY=nss
pip install --compile --install-option="--with-nss" --no-cache-dir pycurl