Python: Httplib2 Module Not Found Python: Httplib2 Module Not Found python python

Python: Httplib2 Module Not Found


httplib2 is not part of the Python standard library. It's an external package you must install yourself.

using pip:

pip install httplib2


You need to install the httplib2 package from your package manager.

On Ubuntu:sudo apt-get install python-httplib2


I suppose you could start by installing httplib2.