Open djhunter67 opened 7 months ago
export LD_LIBRARY_PATH=${LIBTORCH}/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=${LIBTORCH}/lib
I wasted over an hour trying to get my code to compile before I figured this out.
Problem
export LD_LIBRARY_PATH=${LIBTORCH}/lib:$LD_LIBRARY_PATH
IS INCORRECTSolution
export LD_LIBRARY_PATH=${LIBTORCH}/lib
I wasted over an hour trying to get my code to compile before I figured this out.