You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2018/02/15 15:47:00 UTC

[jira] [Commented] (ARROW-2161) [Python] test_cython_api failing for a build_ext --inplace install

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

Wes McKinney commented on ARROW-2161:
-------------------------------------

Do you have {{ARROW_HOME}} set? See logic on https://github.com/apache/arrow/blob/master/python/pyarrow/tests/test_cython.py#L65

> [Python] test_cython_api failing for a build_ext --inplace install
> ------------------------------------------------------------------
>
>                 Key: ARROW-2161
>                 URL: https://issues.apache.org/jira/browse/ARROW-2161
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 0.8.0
>            Reporter: Phillip Cloud
>            Priority: Major
>
> {code}
> pytest pyarrow -x --tb=short
> ===================================================== test session starts =====================================================
> platform linux -- Python 3.6.3, pytest-3.3.1, py-1.5.2, pluggy-0.6.0
> rootdir: /home/phillip/Documents/code/cpp/arrow/python, inifile: setup.cfg
> collected 580 items
> pyarrow/tests/test_array.py ...........................................................                                 [ 10%]
> pyarrow/tests/test_convert_builtin.py ................................................................................  [ 24%]
> pyarrow/tests/test_convert_pandas.py ...........................................x.......s.............................. [ 38%]
> .................                                                                                                       [ 41%]
> pyarrow/tests/test_cython.py F
> ========================================================== FAILURES ===========================================================
> _______________________________________________________ test_cython_api _______________________________________________________
> pyarrow/tests/test_cython.py:88: in test_cython_api
>     'build_ext', '--inplace'])
> /home/phillip/miniconda3/envs/pyarrow36/lib/python3.6/subprocess.py:291: in check_call
>     raise CalledProcessError(retcode, cmd)
> E   subprocess.CalledProcessError: Command '['/home/phillip/miniconda3/envs/pyarrow36/bin/python', 'setup.py', 'build_ext', '--inplace']' returned non-zero exit status 1.
> {code}



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