Can't install pycurl with pip

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

    steps to follow :

    1. brew install openssl

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

提交回复
热议问题