PETPVC
PETPVC copied to clipboard
Error with installing using conda
Getting this error while running petpvc:
petpvc: error while loading shared libraries: libITKIOBruker-5.3.so.1: cannot open shared object file: No such file or directory
I have also set LD_LIBRARY_PATH:
export LD_LIBRARY_PATH=/home/xxx/.conda/envs/petpvc/lib/
However, I can only see libITKIOBruker-5.4.so.1 in the LD_LIBRARY_PATH. How to make petpvc use that installed ITK library?