$ pip install httplib
Collecting httplib
Could not find a version that satisfies the requirement httplib (from versions: )
No matching distribution found for httplib
How to make it work?
Are you using Python3?
The httplib
module has been renamed to http.client in Python3