-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Comments
Is there an upstream issue for Cython and Pandas to provide 3.7 wheels? |
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. |
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:
|
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. |
However, |
* Test pandas support under Python 3.7. Full support still blocked on pyarrow support for Python 3.7. See #5294.
The forthcoming Pyarrow 0.11.0 release is supposed to have wheels for Python 3.7. |
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
The text was updated successfully, but these errors were encountered: