美文网首页
mac安装pycurl

mac安装pycurl

作者: LaughingZh | 来源:发表于2018-08-22 15:41 被阅读0次

错误

pip install pycurl

command "python setup.py egg_info"  failed with error code 1 in ....

解决

$ PYCURL_SSL_LIBRARY=openssl LDFLAGS="-L/usr/local/opt/openssl/lib" CPPFLAGS="-I/usr/local/opt/openssl/include" pip install --no-cache-dir pycurl

参考
Installing PycURL on macOS High Sierra

相关文章

网友评论

      本文标题:mac安装pycurl

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