Skip to content

BigQuery build is failing on Windows (AppVeyor) #5441

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
theacodes opened this issue Jun 5, 2018 · 3 comments
Closed

BigQuery build is failing on Windows (AppVeyor) #5441

theacodes opened this issue Jun 5, 2018 · 3 comments
Assignees
Labels
priority: p0 Highest priority. Critical issue. P0 implies highest priority. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@theacodes
Copy link
Contributor

https://ci.appveyor.com/project/GoogleCloudPlatform/google-cloud-python/build/1.0.3624.release-pubsub-0.35.3/job/1i4oi71l3pito40y

@theacodes theacodes added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. priority: p0 Highest priority. Critical issue. P0 implies highest priority. labels Jun 5, 2018
@tswast
Copy link
Contributor

tswast commented Jun 5, 2018

Looks like PyArrow doesn't build Wheels for Windows Python 2.7.

Note: Windows packages are only available for Python 3.5 and higher (this is also true for TensorFlow and any package that is implemented with modern C++).

https://arrow.apache.org/docs/python/install.html#pip

https://twitter.com/wesmckinn/status/862156902012252160

@tswast
Copy link
Contributor

tswast commented Jun 5, 2018

Maybe we should exclude pyarrow from all Python 2.7 builds? I don't know how easy it would be to exclude just Windows 2.7.

@tswast
Copy link
Contributor

tswast commented Jun 5, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p0 Highest priority. Critical issue. P0 implies highest priority. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

3 participants