Regarding TensorFlow package error in virtual environment of Python3.10

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

@RavinderSingh13,

Welcome to the Tensorflow Forum!

If you are not using GPU setup on your machine then you can ignore the above warning.

Have you followed the steps mentioned here? Please check and let us know.

If the issue continues, please share details of OS, CUDA, cuDNN and GPU Card Details?

Thank you!

1 Like