SteveMacenski / jetson_nano_detection_and_tracking

Jetson Nano ML install scripts, automated optimization of robotics detection models, and filter-based tracking of detections
GNU Lesser General Public License v2.1
226 stars 66 forks source link

"failed to load the native TensorFlow runtime" #21

Open GOBish opened 4 years ago

GOBish commented 4 years ago

I ran install.sh, mostly went okay except for

ImportError: libcublas.so.10.0: cannot open shared object file: No such file or directory

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

When I try to run any of the python code, I get the same error.

GOBish commented 4 years ago

looks like it may be a Cuda 10.2 vs Cuda 10.0 issue.

gbakke1 commented 4 years ago

Hi there, have you resolved this? Getting same error.

GOBish commented 4 years ago

No, I could not solve it