Hi. I tried to install the newest tensorflow version (2.19) with GPU support. However after multiple tries it still won’t work and throws the following error messages:
2025-06-02 20:23:33.262356: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
E0000 00:00:1748888613.270707 104143 cuda_dnn.cc:8579] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered
E0000 00:00:1748888613.273217 104143 cuda_blas.cc:1407] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered
I followed the exact installation procedure that was shown in the guide and (I believe) installed CUDA Toolkit and cuDNN correctly. Any help would be much appreciated.
System specs:
- Linux Version: Ubuntu 22.04.5 LTS
- NVIDIA RTX 3500 Ada Generation
- NVIDIA Driver Version: 555.42.06
- CUDA Toolkit Version: 12.5.82
- cuDNN Version: 9.3.0.75
- Python Version: 3.12.10