在运行到这个previous post which recommended updating httplib之后,我想升级httplib模块。
我不知道怎么做。我使用的是easy_install,但是当试图调用easy_install httplib时,它没有找到匹配项。
请帮帮忙。
发布于 2014-06-18 16:04:21
httplib提供了带有 python包的。因此,如果您想要升级httplib,您只能升级python。
你试过更新python-requests吗?也许是你的问题。
发布于 2014-06-18 16:41:52
为什么不直接安装httplib2呢?以下是几个步骤:
cd时,将httplib2解压缩到目录中或者,您也可以运行:
~$ python /path/to/httplib2/setup.py install从任何地方。
https://stackoverflow.com/questions/24290074
复制相似问题