导入PycURL以报告macOS中的错误

时间:2018-09-20 10:20:56

标签: python

使用pip install pycurl成功安装,但导入pycurl报告错误。

搜索了错误from compile-time ssl backend (none/other)的更多详细信息,但此问题是libcurl link-time ssl backend (none/other)

我不知道该怎么解决。

环境:

  • macOS 10.11.6
  • 简单安装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)
    

0 个答案:

没有答案