Yale Yng-Wong created ARROW-7025: ------------------------------------ Summary: on 3.8 pip install -> fatal error: 'arrow/util/thread-pool.h' file not found Key: ARROW-7025 URL: https://issues.apache.org/jira/browse/ARROW-7025 Project: Apache Arrow Issue Type: Bug Components: Python Affects Versions: 0.15.0 Environment: OS X 10.14.6 Python 3.8 Reporter: Yale Yng-Wong
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 ---------------------------------------- }} -- This message was sent by Atlassian Jira (v8.3.4#803005)