Open GoogleCodeExporter opened 8 years ago
I am reading from
http://code.google.com/p/google-bigquery-tools/source/browse/bq/README.txt
Original comment by jeffsilverman@google.com
on 24 Jul 2012 at 8:37
Do you happen to have the full install log still available? Setuptools should
have upgraded httplib2 for you when it noticed the version requirement. We can
add the extra version information, but the problem here is that it isn't our
requirement -- it's a transitive dependency we're picking up from
google-api-python-client. I'd like to find out what went on, so that we can
figure out why setuptools wasn't working as advertised. (It could also be a
distribute vs. setuptools issue.)
Original comment by craigcitro@google.com
on 25 Jul 2012 at 9:02
I'm sorry, I don't.
However, what I will do is do the installation on another machine that I
have. Give me a couple of hours, please.
Original comment by jeffsilverman@google.com
on 25 Jul 2012 at 4:20
I have attached the installation log showing the installation error. Do
you want me to show you the remediation process I went through?
Jeff Silverman
Original comment by jeffsilverman@google.com
on 25 Jul 2012 at 5:15
Update for anyone reading this issue: the problem is that easy_install does not
transitively update our dependencies.
For example, if you get this error about an old version of httplib2 (a
dependency of google-api-python-client, not a dependency of bigquery), then you
can fix the problem by "easy_install -U httplib2" or "easy_install -U
google-api-python-client".
We're investigating whether it's possible to ask easy_install to update the
transitive closure of all our dependencies. Until that time, manually fixing
these issues as they crop up will be required.
Original comment by mshel...@google.com
on 5 Oct 2012 at 10:36
Original issue reported on code.google.com by
jeffsilverman@google.com
on 24 Jul 2012 at 8:36