So I am trying to install tensorflow on Linux Machine(Ubuntu 22.04LTS) and I have gone tru all steps in the install page (https://www.tensorflow.org/install/pip) but I am still getting this error.
2024-05-17 23:03:26.226051: W tensorflow/core/common_runtime/gpu/gpu_device.cc:2251] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.
Skipping registering GPU devices...
This my GPU when running nvidia-smi
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 |
|-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA T500 Off | 00000000:01:00.0 Off | N/A |
| N/A 42C P0 N/A / ERR! | 4MiB / 4096MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
So i have gone tru all the steps listed the page. I have also downloaded all the required softwares as listed in the page. But I am still getting it.