Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-7025

[Python] on 3.8 pip install -> fatal error: 'arrow/util/thread-pool.h' file not found

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 0.15.0
    • None
    • Python
    • None
    • OS X 10.14.6 Python 3.8

    Description

      Hi, I'm trying to install pyarrow with python 3.8 using the following:

      • brew install cmake
        brew install apache-arrow
        pip3 install pyarrow

      then receiving the following error:

      • Running cmake --build for pyarrow
        cmake --build . --config release -
        Scanning dependencies of target _json_pyx
        [ 11%] Compiling Cython CXX source for _json...
        [ 11%] Built target _json_pyx
        Scanning dependencies of target _json
        [ 22%] Building CXX object CMakeFiles/_json.dir/_json.cpp.o
        /private/var/folders/sv/llx1n1tj69g2pbhyqtl9wbfr0000gn/T/pip-install-1n6yyvmk/pyarrow/build/temp.macosx-10.9-x86_64-3.8/_json.cpp:647:10: fatal error: 'arrow/util/thread-pool.h' file not found
        #include "arrow/util/thread-pool.h"
        ^~~~~~~~~~~~~~~~~~~~~~~~~~
        1 error generated.
        make[2]: *** [CMakeFiles/_json.dir/_json.cpp.o] Error 1
        make[1]: *** [CMakeFiles/_json.dir/all] Error 2
        make: *** [all] Error 2
        error: command 'cmake' failed with exit status 2
        ----------------------------------------

      Attachments

        Activity

          People

            Unassigned Unassigned
            yyngwong Yale Yng-Wong
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: