File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,19 @@ These are the various projects that PyArrow depends on.
33331 . ** g++ and gcc Version >= 4.8**
34342 . ** cmake > 2.8.6**
35353 . ** boost**
36- 4 . ** Arrow-cpp and its dependencies***
36+ 4 . ** Arrow-cpp and its dependencies**
3737
3838The Arrow C++ library must be built with all options enabled and installed with
3939`` ARROW_HOME `` environment variable set to the installation location. Look at
4040(https://github.com/apache/arrow/blob/master/cpp/README.md ) for instructions.
4141
42+ Ensure PyArrow can locate the Arrow-cpp shared libraries by setting the
43+ LD_LIBRARY_PATH environment variable.
44+
45+ ``` bash
46+ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH :$ARROW_HOME /lib
47+ ```
48+
42495 . ** Python dependencies: numpy, pandas, cython, pytest**
4350
4451#### Build pyarrow and run the unit tests
You can’t perform that action at this time.
0 commit comments