Cannot dlopen some GPU libraries

print(tensorflow.test.is_gpu_available())
2022-04-19 14:20:26.337057: W tensorflow/core/common_runtime/gpu/gpu_device.cc:1850] 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 GPU 支持  |  TensorFlow for how to download and setup the required libraries for your platform.
Skipping registering GPU devices…
False

Please make sure CUDA and other libraries are installed correctly.
We can verify cuDNN installation like here Installation Guide :: NVIDIA Deep Learning cuDNN Documentation

Thank you.

I am experiencing the same issue as @srishtc; I already followed the instructions in the installation guide for cuDNN (I even got a “Test passed!” as per the example in Installing cuDNN on Linux — NVIDIA cuDNN 9.0.0 documentation).
Please provide guidance other than pointing towards the documentation.