I compiled ThunderSVM from source and ran the training and prediction binaries successfully to get the expected 98% accuracy. However, when I install the Python module, I get the following error during import:
OSError: libcusparse.so.10: cannot open shared object file: No such file or directory
I also looked at ThunderSVM's library with readelf and saw the dependency on libcusparse.10 instead of libcusparse.11.
I was wondering if anyone has faced a similar issue and knows how to resolve it.
I compiled ThunderSVM from source and ran the training and prediction binaries successfully to get the expected 98% accuracy. However, when I install the Python module, I get the following error during
import
:I also looked at ThunderSVM's library with
readelf
and saw the dependency onlibcusparse.10
instead oflibcusparse.11
.I was wondering if anyone has faced a similar issue and knows how to resolve it.