Missing libtensorflow.so

I followed Installing TensorFlow for Jetson Platform :: NVIDIA Deep Learning Frameworks Documentation to install the latest tensorflow on my AGX with JetPack 4.6, but couldn’t find libtensorflow.so* file. I can only see the /usr/local/lib/python3.6/dist-packages/tensorflow/libtensorflow_framework.so.2

Can nvidia provide a C library deb package for quick apt install? This will be helpful for those we don’t need python:

Hi,

Sorry that we only provide the python library.
For the C++ version, you can build it from the source.

Below is a tutorial for building the TensorFlow python package.
You can start with the script and update it into the C++ version:

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.