solved it by locating the missing libgraphbolt_pytorch_2.3.1.so file with find
then export it
export LD_LIBRARY_PATH={path to libgraphbolt .so file}:$LD_LIBRARY_PATH
hope this helps!
solved it by locating the missing libgraphbolt_pytorch_2.3.1.so file with find
then export it
export LD_LIBRARY_PATH={path to libgraphbolt .so file}:$LD_LIBRARY_PATH
hope this helps!