Hi,
Thank you very much for developing the Python module for processing whole slide images (WSIs) in .sdpc format.
When I run import sdpc, I encountered the following error:
OSError: libjpeg.so.8: cannot open shared object file: No such file or directory
I followed the instructions in Issues 2, and found libjpeg.so.8 in the directory /usr/local/miniconda3/lib/python3.8/site-packages/sdpc/LINUX/jpeg/. So, I add the following code in the last line of ~/.bashrc, and ran source ~/.bashrc. The 2 other pathes were added in case of other similar errors.
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/miniconda3/lib/python3.8/site-packages/sdpc/LINUX/:/usr/local/miniconda3/lib/python3.8/site-packages/sdpc/LINUX/jpeg/:/usr/local/miniconda3/lib/python3.8/site-packages/sdpc/LINUX/ffmpeg/
But, I encountered another similar error:
OSError: libnuma.so.1: cannot open shared object file: No such file or directory
I didn't find libnuma.so.1 in the folder named sdpc.
Hi,
Thank you very much for developing the Python module for processing whole slide images (WSIs) in .sdpc format.
When I run
import sdpc, I encountered the following error:I followed the instructions in Issues 2, and found
libjpeg.so.8in the directory/usr/local/miniconda3/lib/python3.8/site-packages/sdpc/LINUX/jpeg/. So, I add the following code in the last line of~/.bashrc, and ransource ~/.bashrc. The 2 other pathes were added in case of other similar errors.But, I encountered another similar error:
I didn't find
libnuma.so.1in the folder namedsdpc.