4
$ 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?

sophros
  • 14,672
  • 11
  • 46
  • 75
Mukesh
  • 51
  • 1
  • 6

1 Answers1

15

Are you using Python3?

The httplib module has been renamed to http.client in Python3

sophros
  • 14,672
  • 11
  • 46
  • 75
ru10
  • 826
  • 9
  • 10