Open QuinRiva opened 6 years ago
Does the issue go away if you explicitly install google-cloud-bigquery==0.29.0 and oauth2client==2.2.0 before installing pydatalab?
So, yes. But the issue is mostly that pydatalab require really old versions of google-cloud-bigquery.
I get this issue when installing datalab:
google-cloud-storage 1.13.2 has requirement google-cloud-core<0.30dev,>=0.29.0, but you'll have google-cloud-core 0.28.1 which is incompatible.
google-cloud-bigquery 1.8.0 has requirement google-cloud-core<0.30dev,>=0.29.0, but you'll have google-cloud-core 0.28.1 which is incompatible.
I'm primarily using datalab to work with bigquery, but many of the newer bigquery function require the newer bigquery package.
Does the issue go away if you explicitly install google-cloud-bigquery==0.29.0 and oauth2client==2.2.0 before installing pydatalab?
Is there any update on this? Most of the google-cloud dependent libraries are incompatible with the current versions of those libraries?
Installing pydatalab is breaking pandas-gbq (as well as other dependencies):
It looks like it's rolling back to an older version of google-cloud-bigquery: