You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2019/11/12 11:23:00 UTC

[jira] [Created] (ARROW-7118) [CI] [Dev] "docker-compose run ubuntu-python" fails

Antoine Pitrou created ARROW-7118:
-------------------------------------

             Summary: [CI] [Dev] "docker-compose run ubuntu-python" fails
                 Key: ARROW-7118
                 URL: https://issues.apache.org/jira/browse/ARROW-7118
             Project: Apache Arrow
          Issue Type: Bug
          Components: Continuous Integration, Developer Tools
            Reporter: Antoine Pitrou


It's taking up the wrong Python version:
{code}
-- Searching for Python libs in /usr/lib64;/usr/lib;/usr/lib/python2.7/config-x86_64-linux-gnu
-- Looking for python2.7
-- Found Python lib PYTHON_LIBRARY-NOTFOUND
-- Found PythonLibs: PYTHON_LIBRARY-NOTFOUND
CMake Error at cmake_modules/FindNumPy.cmake:62 (message):
  NumPy import failure:

  Traceback (most recent call last):

    File "<string>", line 1, in <module>

  ImportError: No module named numpy

Call Stack (most recent call first):
  src/arrow/python/CMakeLists.txt:23 (find_package)


{code}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)