pointnet2 icon indicating copy to clipboard operation
pointnet2 copied to clipboard

"Cannot find -lcudart/-tensorflow_framework" during compiling

Open windtotem opened this issue 5 years ago • 4 comments

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.

windtotem avatar Jul 26 '19 04:07 windtotem

I have the same problem...

PETMR avatar Aug 02 '19 13:08 PETMR

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 : )

Salingo avatar Aug 09 '19 20:08 Salingo

It seems that the way of downgrading tensorflow from 1.14.0 to 1.13.1 works.

changhexingchen avatar Oct 17 '19 06:10 changhexingchen

use -l:libtensorflow-framework.so.1

or use ldconfig

Bleialf avatar Nov 25 '19 18:11 Bleialf