Hello everyone,
After a difficult day, I was finally able to install TensorFlow with GPU support by installing version 2.15 instead of version 2.16. Now, I need to install TensorFlow Hub, but when I try to do so using the command “!pip install tensorflow_hub”, it starts to install TensorFlow version 2.16. However, I don’t want to lose GPU support, so I prefer to stay with version 2.15. Is there a way to install TensorFlow Hub without upgrading TensorFlow?