美文网首页
python3安装pcurl

python3安装pcurl

作者: WMSmile | 来源:发表于2019-11-26 12:58 被阅读0次

python低于于3.6

pip install wheel
pip install pcurl

python高于3.6

pip install wheel

再打开http://www.lfd.uci.edu/~gohlke/pythonlibs/#pycurl,下载对应的pycurl版本的whl文件。

pip install 下载文件路径

例如:cd到下载目录 然后下面的命令

pip install pycurl-7.43.0-cp36-cp36m-win_amd64.whl

注:你下载的文件路径,* pip install 你下载的文件路径*

相关文章

网友评论

      本文标题:python3安装pcurl

      本文链接:https://www.haomeiwen.com/subject/xouewctx.html