【问题标题】:I try to install httplib on my python but I am getting an error我尝试在我的 python 上安装 httplib,但出现错误
【发布时间】:2019-03-23 00:14:11
【问题描述】:
$ pip install httplib

Collecting httplib

Could not find a version that satisfies the requirement httplib (from versions: )
No matching distribution found for httplib

如何让它发挥作用?

【问题讨论】:

    标签: python python-3.x pip installation httplib


    【解决方案1】:

    你在用 Python3 吗?

    httplib 模块在 Python3 中已重命名为 http.client

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-04-28
      • 2018-03-19
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多