You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Antoine Pitrou (JIRA)" <ji...@apache.org> on 2018/10/10 16:04:00 UTC

[jira] [Created] (ARROW-3483) [CI] Python 3.6 build failure on Travis-CI

Antoine Pitrou created ARROW-3483:
-------------------------------------

             Summary: [CI] Python 3.6 build failure on Travis-CI
                 Key: ARROW-3483
                 URL: https://issues.apache.org/jira/browse/ARROW-3483
             Project: Apache Arrow
          Issue Type: Bug
          Components: Continuous Integration
            Reporter: Antoine Pitrou


This seems to have appeared recently:
https://travis-ci.org/apache/arrow/jobs/439696079#L4242

{code}
-- Looking for python3.6m
-- Found Python lib /home/travis/build/apache/arrow/pyarrow-test-3.6/lib/libpython3.6m.a
CMake Error at cmake_modules/FindNumPy.cmake:62 (message):
  NumPy import failure:
  Traceback (most recent call last):
    File "/home/travis/build/apache/arrow/pyarrow-test-3.6/lib/python3.6/site-packages/numpy/core/__init__.py", line 16, in <module>
      from . import multiarray
  ImportError: libpython3.6m.so.1.0: cannot open shared object file: No such
  file or directory
{code}




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