Tensorflow on Windows 10 unable to load cudart64_110.dll

I have tried to install Tensorflow with GPU support on Windows 10 as described on the install page. However, when I import tensorflow in python I get the following message:

2022-09-15 19:06:08.281645: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library ‘cudart64_110.dll’; dlerror: cudart64_110.dll not found

I verified that the file is in the Library\bin directory in my conda environment. I have a NVIDIA GeForce RTX 3060 Laptop GPU, which can be found by other python packages in other environments.

Does anyone have any information as to why this might be happening?

Can you inform us which version of Tensorflow is installed? Thank you

The install instructions load the latest version of Tensorflow, which is currently 2.10.0.

Please make sure that you are downloading a compatible version of CUDA with tensorflow mentioned here. Also add CUDA path to environmental variable by following these steps. Thank You!