Ubuntu – TensorFlow install: Warning: Could not find TensorRT / Cannot dlopen some GPU libraries
I am trying to install TensorFlow on Ubuntu/VSCode and I get these error message and can't the problem. Here are the error message: (.venv) user:~/Desktop/Code$ python3 -c "import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))" 2024-05-10 15:36:48.869402: I tensorflow/core/util/port.cc:113] oneDNN custom operations are…