pointnet2
pointnet2 copied to clipboard
"Cannot find -lcudart/-tensorflow_framework" during compiling
This happened when I tried to compile the tf_ops operations. I don't know what they are, hence I don't know how to solve this problem.
I am using python 3.7.3 along with anaconda3, Cygwin on windows 10 and Cuda 9.0. If you have any suggestion, feel free to tell me, I really need help.
I have the same problem...
I met the same error during compiling, and I solved the issue by downgrade the tensorflow from 1.14.0 to 1.13.1 Hope this can help you : )
It seems that the way of downgrading tensorflow from 1.14.0 to 1.13.1 works.
use -l:libtensorflow-framework.so.1
or use ldconfig