Skip to content

google-api-python-client Version Check is broken #10652

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
fdellavedova-zz opened this issue Jul 22, 2015 · 1 comment · Fixed by #10857
Closed

google-api-python-client Version Check is broken #10652

fdellavedova-zz opened this issue Jul 22, 2015 · 1 comment · Fixed by #10857
Labels

Comments

@fdellavedova-zz
Copy link

Hi All, I cannot use io.gbq due to an issue with the version check of the installed google library.

>>> pkg_resources.get_distribution('google-api-python-client').version
'1.2'

The offending line executes the version check as follows:

>>> pkg_resources.get_distribution('google-api-python-client').version < '1.2.0'
True

but

>>> pkg_resources.get_distribution('google-api-python-client').version < '1.2'
False
@sinhrks
Copy link
Member

sinhrks commented Jul 22, 2015

@jacobschaer @sean-schaefer Pls take a look.

fdellavedova-zz pushed a commit to fdellavedova-zz/pandas that referenced this issue Jul 22, 2015
parthea added a commit to parthea/pandas that referenced this issue Sep 13, 2015
yarikoptic added a commit to neurodebian/pandas that referenced this issue Sep 16, 2015
* commit 'v0.17.0rc1-40-gd1feb49': (394 commits)
  DOC: fix ref to template for plot accessor
  ENH Move check for inferred compression to before `get_filepath_or_buffer`
  CI: add py3.5 build
  ENH Enable streaming from S3
  Fix Series.nunique groupby with object
  DOC: Update perf doc for 10953
  TST: Fix skipped unit tests in test_ga. Install python-gflags using pip. pandas-dev#11090
  ENH Recognize 's3n' and 's3a' as an S3 address
  DOC: Comparison with SAS
  BUG: Use StrictVersion instead of LooseVersion when testing for minimum google api client version pandas-dev#10652
  BLD: Install google-api-python-client and httplib2 using pip
  ENH: Add ability to create tables using the gbq module. pandas-dev#8325
  TST: make sure to close stata readers
  asv bench cleanup - groupby
  DOC: fix plot submethods whatsnew example
  CI: support *.pip for installations
  DOC: Modified incorrect doc-string for DataFrameFormatter and removed outdated doc-string (+1 squashed commit) Squashed commits: [068b1fd] DOC: Modified incorrect doc-string for DataFrameFormatter using new doc-string design  (+1 squashed commit) Squashed commits: [12e032d] DOC: Updated doc-string using new doc-string design for DataFrameFormatter
  ENH Enable bzip2 streaming for Python 3
  DOC: update release.rst with the highlites
  DOC: Categorize whatsnew
  ...
nickeubank pushed a commit to nickeubank/pandas that referenced this issue Sep 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants