使用pip install pycurl
成功安装,但导入pycurl报告错误。
搜索了错误from compile-time ssl backend (none/other)
的更多详细信息,但此问题是libcurl link-time ssl backend (none/other)
我不知道该怎么解决。
环境:
简单安装openssl(latest)
import pycurl
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: pycurl: libcurl link-time ssl backend (none/other) is different from compile-time ssl backend (openssl)