Hi everyone,
I am trying to build arkouda
I am getting this error.
make: Entering directory /home/r/rp98/arkouda'
make compile-arrow-cpp
make[1]: Entering directory
/home/r/rp98/arkouda'
g++ -O3 -std=c++11 -c /home/r/rp98/arkouda//src/ArrowFunctions.cpp -o /home/r/rp98/arkouda//src/ArrowFunctions.o -I/home/r/rp98/anaconda3/envs/arkouda/include -L/home/r/rp98/anaconda3/envs/arkouda/lib
In file included from /home/r/rp98/arkouda//src/ArrowFunctions.cpp:1:0:
/home/r/rp98/arkouda//src/ArrowFunctions.h:7:10: fatal error: arrow/api.h: No such file or directory
^~~~~~~~~~~~~
compilation terminated.
make[1]: [compile-arrow-cpp] Error 1
make[1]: Leaving directory `/home/r/rp98/arkouda'
make: [/home/r/rp98/arkouda//src/ArrowFunctions.o] Error 2
make: Leaving directory `/home/r/rp98/arkouda'
(arkouda) login-1-57 arkouda-njit >:
Thank you in advance
LD_LIBRARY_PATH
environment variable set?
@rp98njit I created a bare bones conda environment to run the install in and make sure everything is functional. Here is the list of packages that need to be installed using conda before make install-arrow
will run.
Please let me know if it gives you any additional problems after installing the packages listed above.
addEntry problem.
In my tests for a large graph amazon0601.txt, the st.addEntry function will be blocked somewhere after giving the following information
"2022-06-18:11:58:59 [ServerConfig] overMemLimit Line 202 INFO [Chapel] memory high watermark = 267023064 memory limit = 486862464614"
No error information is given. It seems that it enters into an infinite loop.
For small graphs, everything is good.
Any suggestions on solving this problem? Thanks!