Can't install pycurl with pip

前端 未结 7 585
走了就别回头了
走了就别回头了 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:34

    This is a problem indeed. No need to update pip or easy install as it's often advised, well it won't hurt to update but you will still have the problem until you :

    1. install libcurl4-gnutls-dev librtmp-dev packages
    2. pip install pycurl

    Worked the same in Linux

提交回复
热议问题