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

[CI] CI failing for python Xcode 7.3 #21049

Closed
asfimport opened this issue Feb 7, 2019 · 2 comments
Closed

[CI] CI failing for python Xcode 7.3 #21049

asfimport opened this issue Feb 7, 2019 · 2 comments

Comments

@asfimport
Copy link

The last couple of PR triggered builds have failed with this :

CMake Error at cmake_modules/FindNumPy.cmake:62 (message):
NumPy import failure:
Traceback (most recent call last):
File "", line 1, in
File "/Users/travis/build/apache/arrow/pyarrow-test-2.7/lib/python2.7/site-packages/numpy/init.py", line 142, in
from . import add_newdocs
File "/Users/travis/build/apache/arrow/pyarrow-test-2.7/lib/python2.7/site-packages/numpy/add_newdocs.py", line 13, in
from numpy.lib import add_newdoc
File "/Users/travis/build/apache/arrow/pyarrow-test-2.7/lib/python2.7/site-packages/numpy/lib/init.py", line 8, in
from .type_check import *
File "/Users/travis/build/apache/arrow/pyarrow-test-2.7/lib/python2.7/site-packages/numpy/lib/type_check.py", line 11, in
import numpy.core.numeric as _nx
File "/Users/travis/build/apache/arrow/pyarrow-test-2.7/lib/python2.7/site-packages/numpy/core/init.py", line 26, in
raise ImportError(msg)

https://travis-ci.org/apache/arrow/jobs/489917808

Reporter: Pindikura Ravindra / @pravindra
Assignee: Uwe Korn / @xhochy

PRs and other links:

Note: This issue was originally created as ARROW-4496. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Uwe Korn / @xhochy:
conda-forge's pinning was broken. Packages all depend on gfortran 3.x and today 4.0 was released. 4.0 is sadly ABI breaking.

@asfimport
Copy link
Author

Krisztian Szucs / @kszucs:
Issue resolved by pull request 3581
#3581

@asfimport asfimport added this to the 0.13.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants