You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Travis Smith (Jira)" <ji...@apache.org> on 2021/02/05 15:24:00 UTC

[jira] [Created] (ARROW-11506) Pyarrow fail on install and eventual run/compilation

Travis Smith created ARROW-11506:
------------------------------------

             Summary: Pyarrow fail on install and eventual run/compilation
                 Key: ARROW-11506
                 URL: https://issues.apache.org/jira/browse/ARROW-11506
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++, Python
    Affects Versions: 3.0.0
            Reporter: Travis Smith


pyarrow 3.0.0 fails on install in a clean environment created using virtualenv on ubuntu 18.04

I ran the following code inside of a brand new environment: `python3 -m install pyarrow`

This gives the following error: `ModuleNotFoundError: No module named 'Cython'`

So I ran `pip3 install Cython` which then throws another error summarized as `Failed building wheel for pyarrow ... CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
 Could NOT find ArrowPython (missing: ARROW_PYTHON_INCLUDE_DIR
 ARROW_PYTHON_LIB_DIR) (found version "3.0.0")`

 

Once I've worked my way through this and any subsequent errors, I am able to succesfully compile my pyarrow/c++ code, but get the following Python runtime error: `ImportError: ...: undefined symbol: _ZN5arrow2py14import_pyarrowEv`

`



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