#5867 No CUDA detected. Check NVIDIA GPU/Drivers. See Help -> CUDA.

42.116* Posted at: 1 hour ago

No CUDA detected. Check NVIDIA GPU/Drivers. See Help -> CUDA.


=
system:Windows-10-10.0.26200-SP0
version:v4.05
frozen:False
language:en
root_dir:C:/Users/Asus/pyvideotrans
Python: 3.10.19 (main, Feb 12 2026, 00:37:08) [MSC v.1944 64 bit (AMD64)]

1 Replies

CUDA not detected means the software cannot find a working NVIDIA GPU or the required CUDA environment.

Solution steps:

  1. Verify hardware: Run nvidia-smi in Command Prompt. If it shows your GPU and driver version, proceed. If not, install the latest NVIDIA driver from nvidia.com.
  2. Install CUDA Toolkit 12.8+ (minimum required): Download from NVIDIA CUDA and install. After installation, confirm nvcc -V works.
  3. Install cuDNN 9.11+: Download from NVIDIA cuDNN and place the bin, lib, include folders into the CUDA installation directory (e.g., C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.8).
  4. Add environment variables: Ensure CUDA_PATH is set and %CUDA_PATH%\bin is in your system PATH.
  5. Restart pyVideoTrans after installation.

If you’ve done all this and still see the error, provide the latest 30 lines from logs/ folder for further diagnosis.

Please refer to the documentation:

Post Your Reply
Open source and free maintenance is not easy. If this project is helpful to you, please consider making a small donation to help the project continue to maintain and update.

Dondate via ko-fi.com

Dondate via PayPal

Related resource