Can't install pycurl with pip

前端 未结 7 587
走了就别回头了
走了就别回头了 2021-01-11 11:57

Can\'t install pycurl with pip, win xp x32, python 2.7.

here is the log

pip install pycurl
Downloading/unpacking pycurl
  Downloading pycurl-7.19.3.1         


        
相关标签:
7条回答
  • 2021-01-11 12:54

    I had the same problem. I was able to install it with easy_install instead:

    easy_install pycurl
    

    For easy_install, see setuptools.

    0 讨论(0)
提交回复
热议问题