报错:_C.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN3c1011CPUTensorIdEv,怎麽解决?
zsgqwer opened this issue · 2 comments
zsgqwer commented
报错:_C.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN3c1011CPUTensorIdEv,怎麽解决?
GXYM commented
No description provided.
This problem is caused by the GCC version. You need to recompile all the C files used in the project in your environment。
cd ./csrc and make
cd ./nmslib/lanms and make
zsgqwer commented
No description provided.
This problem is caused by the GCC version. You need to recompile all the C files used in the project in your environment。
cd ./csrc and make
cd ./nmslib/lanms and make
thank you