Hello Experts,
Greetings!!
This is regarding an issue with TensorFlow package installing in venv virtual environment of Python3. I had installed tensorflow==2.8.0
and tensorflow-io-gcs-filesystem==0.29.0
with pip
in my virtual environment. But when I run my code it gives me an error as follows:
2023-01-19 10:06:59.077236: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found
2023-01-19 10:06:59.078300: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
Will be grateful if you could guide me on same, cheers.
Thanks,
Ravinder Singh