command: pip install pyarrow
```
cmake --build . --config release --
Scanning dependencies of target lib_pyx
[ 33%] Compiling Cython CXX source for lib...
[ 33%] Built target lib_pyx
Scanning dependencies of target lib
[ 66%] Building CXX object CMakeFiles/lib.dir/lib.cpp.o
make[2]: *** No rule to make target
'/usr/lib/x86_64-linux-gnu/libarrow_python.so', needed by
'release/lib.cpython-37m-x86_64-linux-gnu.so'。 停止。
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/lib.dir/all' failed
make[1]: *** [CMakeFiles/lib.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
error: command 'cmake' failed with exit status 2
```
How to solve this?
[ Full content available at: https://github.com/apache/arrow/issues/2630 ]
This message was relayed via gitbox.apache.org for [email protected]