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

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

    [ https://issues.apache.org/jira/browse/ARROW-7118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16972311#comment-16972311 ] 

Krisztian Szucs edited comment on ARROW-7118 at 11/12/19 12:00 PM:
-------------------------------------------------------------------

[~apitrou] it should work after evicting the cache (docker volume rm arrow_amd64-ubuntu-18.04-cache). One of the image is using the mounted named volume for the C++ artefacts, but that image has python 2.7 instead of 3.5


was (Author: kszucs):
[~apitrou] it should work after evicting the cache. One of the image is using the mounted named volume for the C++ artefacts, but that image has python 2.7 instead of 3.5

> [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
>            Priority: Major
>
> 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)