Attempt to install pyarrow library for python 3.7 fails on ubuntu 14.04 with
error:
pip3.7 install pyarrow
.........
[ 66%] Building CXX object CMakeFiles/lib.dir/lib.cpp.o
/tmp/pip-install-yxfa9q27/pyarrow/build/temp.linux-x86_64-3.7/lib.cpp:593:35:
fatal error: arrow/python/platform.h: No such file or directory
#include "arrow/python/platform.h"
^
compilation terminated.
make[2]: *** [CMakeFiles/lib.dir/lib.cpp.o] Error 1
make[1]: *** [CMakeFiles/lib.dir/all] Error 2
make: *** [all] Error 2
error: command 'cmake' failed with exit status 2
----------------------------------------
Command "/usr/local/bin/python3.7 -u -c "import setuptools,
tokenize;__file__='/tmp/pip-install-yxfa9q27/pyarrow/setup.py';f=getattr(tokenize,
'open', open)(__file__);code=f.read().replace('\r\n',
'\n');f.close();exec(compile(code, __file__, 'exec'))" install --record
/tmp/pip-record-n998s9f9/install-record.txt --single-version-externally-managed
--compile" failed with error code 1 in /tmp/pip-install-yxfa9q27/pyarrow/
[ Full content available at: https://github.com/apache/arrow/issues/2521 ]
This message was relayed via gitbox.apache.org for [email protected]