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

42.116* Posted at: 3 hours 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

The error "No CUDA detected" means your system does not have a valid CUDA environment for GPU acceleration. This is most commonly caused by missing or misconfigured NVIDIA driver, CUDA Toolkit, or cuDNN.

Root cause: CUDA 12.8+ and cuDNN 9.11+ are required but not detected.

Steps to resolve (source deployment):

  1. Ensure you have an NVIDIA GPU
    Open Command Prompt and run nvidia-smi. If it lists your GPU and driver version, the driver is fine. If not, update your NVIDIA driver from nvidia.com.
  2. Install CUDA Toolkit 12.8
    Download and install from NVIDIA CUDA Toolkit. After installation, verify:

    nvcc -V

    It should output "release 12.8" or later.

  3. Install cuDNN 9.11
    Download from NVIDIA cuDNN (requires free account). Follow the installation guide to copy files into CUDA's bin, include, lib directories.
  4. Verify environment variables
    Ensure CUDA's bin and lib directories are in your system PATH. Restart the terminal/software after changes.
  5. Re-run pyVideoTrans
    The "CUDA acceleration" checkbox in the GUI should now be available.

If the problem persists, please provide:

  • Output of nvidia-smi and nvcc -V.
  • The last 30 lines from logs/ folder.

Reference 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