Cudart64_110.dll'; dlerror: cudart64_110.dll not found

Hello, i followed instructions from here Install TensorFlow with pip for GPU installition. Created virtual enviroment using conda and install necassary cuda libraries. Virtual env has cudart64_110.dll in the Library/bin folder inside virtual env.

However tf still can not find the dll. Any help appreciated

Could you let us know what is the version of Tensorflow that you are trying to install on windows?

Quick fix is to download ‘cudart64_110.dll’ from here and paste it into cudatoolkit/bin file location.

This instructions installs latest tf, 2.9.1

Did you paste dll files in cudatoolkit file location?