OS X 下安装 pycurl

Posted ywhyme

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了OS X 下安装 pycurl相关的知识,希望对你有一定的参考价值。

 1 (venv) ?  pythonProject4 find / -iname ssl.h
 2 find: /usr/sbin/authserver: Permission denied
 3 /usr/local/Cellar/openssl@1.1/1.1.1g/include/openssl/ssl.h
 4 find: /Library/Application Support/Apple/ParentalControls/Users: Permission denied
 5 find: /Library/Application Support/Apple/AssetCache/Data: Permission denied
 6 find: /Library/Application Support/ApplePushService: Permission denied
 7 ^C
 8 (venv) ?  pythonProject4 export PYCURL_SSL_LIBRARY=openssl                             
 9 (venv) ?  pythonProject4 export CPPFLAGS=-I/usr/local/Cellar/openssl@1.1/1.1.1g/include
10 (venv) ?  pythonProject4 export LDFLAGS=-L/usr/local/Cellar/openssl@1.1/1.1.1g/lib     
11 (venv) ?  pythonProject4 pip install pycurl

 

以上是关于OS X 下安装 pycurl的主要内容,如果未能解决你的问题,请参考以下文章

更新yum源时报错:http://mirrors.163.com/centos/6/os/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22

更新yum源时报错:http://mirrors.163.com/centos/6/os/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22

使用pycurl探测web服务质量

PySpider的安装

OS X 10.11系统下cocoaPods安装注意事项

Mac OS X下Maven的安装与配置