v5tech/notes

windows平台下安装pycurl

Opened this issue · 0 comments

在windows平台下直接使用pip install pycurl会报错,可以去http://www.lfd.uci.edu/~gohlke/pythonlibs/ 下载pycurl的whl包然后再使用pip命令安装

https://pip.pypa.io/en/latest/user_guide.html#installing-from-wheels

pip install pycurl‑7.19.5.1‑cp27‑none‑win_amd64.whl

http://www.lfd.uci.edu/~gohlke/pythonlibs/ python 类库二进制安装包