You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Pindikura Ravindra (JIRA)" <ji...@apache.org> on 2019/02/07 09:08:00 UTC

[jira] [Created] (ARROW-4496) [CI] CI failing for python Xcode 7.3

Pindikura Ravindra created ARROW-4496:
-----------------------------------------

             Summary: [CI] CI failing for python Xcode 7.3
                 Key: ARROW-4496
                 URL: https://issues.apache.org/jira/browse/ARROW-4496
             Project: Apache Arrow
          Issue Type: Bug
          Components: Python
            Reporter: Pindikura Ravindra


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 "<string>", line 1, in <module>
File "/Users/travis/build/apache/arrow/pyarrow-test-2.7/lib/python2.7/site-packages/numpy/__init__.py", line 142, in <module>
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 <module>
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 <module>
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 <module>
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 <module>
raise ImportError(msg)

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



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)