Error installing PyCurl

别说谁变了你拦得住时间么 提交于 2019-12-03 07:48:34

I got it working using this

sudo env ARCHFLAGS="-arch x86_64" pip install pycurl

if you are on linux with apt-get:

lnx#> apt-get search pycurl

To install:

lnx#> sudo apt-get install python-pycurl

if on linux with yum:

lnx#> yum search pycurl  
I get this on my comp:  
python-pycurl.x86_64 : A Python interface to libcurl

To install i've did:

lnx#> sudo yum install python-pycurl

Another alternative, is to use easy_install:

yum, or apt-get, install setuptools.


If you're using Holly Windows, then get pycurl from HERE

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!