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

Closed
fdellavedova opened this Issue Jul 22, 2015 · 1 comment

Comments

Projects
None yet
2 participants

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
Member

sinhrks commented Jul 22, 2015

@jacobschaer @sean-schaefer Pls take a look.

fdellavedova reopened this Jul 22, 2015

@fdellavedova fdellavedova added a commit to fdellavedova/pandas that referenced this issue Jul 22, 2015

@fdellavedova fdellavedova BUG: #10652 google-api-python-client minimum version check 8ed8760

@parthea parthea added a commit to parthea/pandas that referenced this issue Sep 13, 2015

@parthea parthea BUG: Use StrictVersion instead of LooseVersion when testing for minim…
…um google api client version #10652
2622cb3

jreback closed this in #10857 Sep 13, 2015

@yarikoptic yarikoptic added a commit to neurodebian/pandas that referenced this issue Sep 16, 2015

@yarikoptic yarikoptic Merge commit 'v0.17.0rc1-40-gd1feb49' into debian
* 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. #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 #10652
  BLD: Install google-api-python-client and httplib2 using pip
  ENH: Add ability to create tables using the gbq module. #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
  ...
b606a06

@nickeubank nickeubank added a commit to nickeubank/pandas that referenced this issue Sep 29, 2015

@parthea @nickeubank parthea + nickeubank BUG: Use StrictVersion instead of LooseVersion when testing for minim…
…um google api client version #10652
da3f31d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment