首先确保使用 cygwin-setup.exe 安装了 crul, python 和 openssl。
安装 pip
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
安装 pycrul
export PYCURL_SSL_LIBRARY=openssl
pip install pycurl
是不是 so easy,但是 PYCRUL_SSL_LIBRARY 的命令我 google 了好久










网友评论