Trouble installing tensorflow on Windows

Hello, I am new to using tensorflow. I tried to install it on Windows 7 following the steps here Install TensorFlow with pip

But after pip install “tensorflow<2.11” , I got a lot of dependency conflicts errors. But this is a new virtual environment, and tensorflow is the first package I am installing. Not sure why this happened.

Then, when I verify the GPU setup, I got another error message about google protobuf. Is this normal? Any advice or suggestions would be immensely helpful. Thanks in advance for any assistance you can provide!

Hi @ilmuuu, Could you please try to upgrade protobuf by using pip install --upgrade protobuf. Thank You.