python3.7.4安装pcurl

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 你下载的文件路径*

发布了121 篇原创文章 · 获赞 54 · 访问量 44万+

猜你喜欢

转载自blog.csdn.net/wm9028/article/details/102949076