SeanNaren / warp-ctc

Pytorch Bindings for warp-ctc
Apache License 2.0
756 stars 271 forks source link

Error while build: libnvvm.so.3: cannot open shared object file: No such file or directory #152

Open drago8055 opened 4 years ago

drago8055 commented 4 years ago

Hi everyone, I was running the make command after successfully running cmake and got the following error. pytorch version : 0.4.1 nvcc version : 9.1 gcc version : 4.8.5

Kindly, help.

[ 11%] Building NVCC (Device) object CMakeFiles/warpctc.dir/src/warpctc_generated_reduce.cu.o
cicc: error while loading shared libraries: libnvvm.so.3: cannot open shared object file: No such file or directory
CMake Error at warpctc_generated_reduce.cu.o.cmake:279 (message):
  Error generating file
  /media/data_dump_2/Pranay/warp-ctc/build/CMakeFiles/warpctc.dir/src/./warpctc_generated_reduce.cu.o

CMakeFiles/warpctc.dir/build.make:70: recipe for target 'CMakeFiles/warpctc.dir/src/warpctc_generated_reduce.cu.o' failed
make[2]: *** [CMakeFiles/warpctc.dir/src/warpctc_generated_reduce.cu.o] Error 1
CMakeFiles/Makefile2:104: recipe for target 'CMakeFiles/warpctc.dir/all' failed
make[1]: *** [CMakeFiles/warpctc.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2
zwq1213124741 commented 4 years ago

The same problem, have you solved it?

Wang-Zhenxing commented 2 years ago

Same problem!!! Have you solved it? Thanks!

webberxie commented 1 year ago

Same problem! Have you solved it?Thanks a lot!