Skip to content
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

BigQuery: 'pyarrow' support cannot be used with Python 3.7 #5294

Closed
crwilcox opened this issue May 3, 2018 · 7 comments
Closed

BigQuery: 'pyarrow' support cannot be used with Python 3.7 #5294

crwilcox opened this issue May 3, 2018 · 7 comments
Assignees
Labels
api: bigquery Issues related to the BigQuery API. testing type: process A process-related concern. May include testing, release, or the like.

Comments

@crwilcox
Copy link
Contributor

crwilcox commented May 3, 2018

Pandas/Cython doesn't currently support 3.7. Once it does we need to enable 3.7 testing on BigQuery.

Collecting pandas>=0.17.1 (from google-cloud-monitoring==0.29.0)
Using cached https://files.pythonhosted.org/packages/08/01/803834bc8a4e708aedebb133095a88a4dad9f45bbaf5ad777d2bea543c7e/pandas-0.22.0.tar.gz
Could not find a version that satisfies the requirement Cython (from versions: )
No matching distribution found for Cython

@theacodes
Copy link
Contributor

Is there an upstream issue for Cython and Pandas to provide 3.7 wheels?

@crwilcox
Copy link
Contributor Author

crwilcox commented May 3, 2018

I came across a bunch of closed issues for Cython (which works for 3.7 but doesn't seem to ship a wheel at this time). I couldn't find much at all regarding Pandas.

@tseaver tseaver added testing api: bigquery Issues related to the BigQuery API. type: process A process-related concern. May include testing, release, or the like. labels May 7, 2018
@tswast
Copy link
Contributor

tswast commented May 29, 2018

I think we need to keep open to drop removal of Pandas from 3.7 tests once Pandas adds a package for 3.7.

Upstream issues:

@tswast tswast reopened this May 29, 2018
@tseaver
Copy link
Contributor

tseaver commented Aug 28, 2018

Pandas 0.23.3 claims (working) support for Python 3.7.

The release page also notes Pandas will be dropping Python 2.7 support for new feature releases as of 2019-01-01.

@tseaver
Copy link
Contributor

tseaver commented Aug 28, 2018

However, pyarrow does not yet support Python 3.7 in its latest release.

@tseaver tseaver changed the title [BigQuery] cannot be used with Python 3.7 (Pandas) [BigQuery] cannot be used with Python 3.7 (pyarrow) Aug 28, 2018
tseaver added a commit that referenced this issue Aug 29, 2018
* Test pandas support under Python 3.7.

Full support still blocked on pyarrow support for Python 3.7.

See #5294.
@tseaver tseaver changed the title [BigQuery] cannot be used with Python 3.7 (pyarrow) BigQuery: 'pyarrow' support cannot be used with Python 3.7 Oct 9, 2018
@tseaver
Copy link
Contributor

tseaver commented Oct 9, 2018

The forthcoming Pyarrow 0.11.0 release is supposed to have wheels for Python 3.7.

@tswast tswast closed this as completed Jul 25, 2019
@tswast
Copy link
Contributor

tswast commented Jul 25, 2019

Fixed by #7610.

Removing outdated comment in #8785.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API. testing type: process A process-related concern. May include testing, release, or the like.
Projects
None yet
Development

No branches or pull requests

5 participants