美文网首页
MacOS安装pyspider后启动报错

MacOS安装pyspider后启动报错

作者: 吴东林 | 来源:发表于2020-05-18 18:03 被阅读0次

    报错信息:ImportError: pycurl: libcurl link-timessl backend (openssl) is different from compile-timessl backend (none/other)

    解决方法:pip3 install pycurl==7.43.0.1 --global-option=build_ext --global-option="-L/usr/local/opt/openssl/lib" --global-option="-I/usr/local/opt/openssl/include"

    参考:https://segmentfault.com/q/1010000012674778

    https://www.jianshu.com/p/83af824a4f1d

    https://segmentfault.com/q/1010000021758033/

    相关文章

      网友评论

          本文标题:MacOS安装pyspider后启动报错

          本文链接:https://www.haomeiwen.com/subject/tidpohtx.html