我尝试在我的 python 上安装 httplib,但出现错误

Muk*_*esh 4 python installation pip httplib python-3.x

$ pip install httplib

Collecting httplib

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

如何使它工作?

ru1*_*u10 10

你在使用 Python3 吗?

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