I tried to install big query on ubuntu and I got the following error:
Installed /usr/local/lib/python2.6/dist-packages/oauth2-1.5.211-py2.6.egg
error: Installed distribution httplib2 0.6.0 conflicts with requirement httplib2>=0.7.4
How do I correct this issue?
Update:
I am trying to install the google BigQuery tools package found here…
http://code.google.com/p/google-bigquery-tools/downloads/list
If you’re using
easy_install, you could also tryeasy_install -U httplib2to upgrade the version ofhttplib2you’re using.