0

Whisper-WebUI: ModuleNotFoundError: No module named 'gradio'

@sinha_ashwaniposted 8/9/2026, 5:23:47 PM·0 replies

App: Whisper-WebUI (whisper-webui.pinokio.git)
Repo: https://github.com/cocktailpeanut/whisper-webui.pinokio.git
Generated: 2026-08-09T17:23:00.813Z
Pinokio: 8.0.40
Platform: win32 x64
Node: v22.21.1

Summary

System

{
  "pinokio": {
    "version": "8.0.40",
    "node": "v22.21.1",
    "platform": "win32",
    "arch": "x64"
  },
  "hardware": {
    "gpu": "nvidia",
    "gpu_model": "nvidia geforce 940mx",
    "ram_gb": 16,
    "vram_gb": 2
  },
  "os": {
    "platform": "Windows",
    "distro": "Microsoft Windows 10 Home Single Language",
    "release": "10.0.19045",
    "codename": "22H2",
    "kernel": "10.0.19045",
    "arch": "x64",
    "build": "19045",
    "servicepack": "0.0",
    "uefi": true
  },
  "system": {
    "manufacturer": "HP",
    "model": "HP Pavilion Notebook",
    "version": "Type1ProductConfigId",
    "virtual": false
  },
  "cpu": {
    "manufacturer": "Intel",
    "brand": "Core™ i5-6200U",
    "vendor": "GenuineIntel",
    "family": "6",
    "model": "78",
    "stepping": "3",
    "revision": "19971",
    "speed": 2.3,
    "speedMin": 2.3,
    "speedMax": 2.4,
    "cores": 4,
    "physicalCores": 2,
    "processors": 1,
    "performanceCores": 4,
    "efficiencyCores": 0,
    "virtualization": false,
    "cache": {
      "l1d": 65536,
      "l1i": 65536,
      "l2": 524288,
      "l3": 3145728
    }
  },
  "memory": {
    "total": 17064435712,
    "free": 11527409664,
    "used": 5537026048,
    "active": 5537026048,
    "available": 11527409664,
    "buffers": 0,
    "cached": 0,
    "slab": 0,
    "buffcache": 0,
    "swaptotal": 2550136832,
    "swapused": 34603008,
    "swapfree": 2515533824
  },
  "gpus": [
    {
      "model": "nvidia geforce 940mx"
    },
    {
      "model": "intel(r) hd graphics 520"
    }
  ],
  "graphics": {
    "controllers": [
      {
        "vendor": "NVIDIA",
        "model": "NVIDIA GeForce 940MX",
        "bus": "PCI",
        "vram": 2048,
        "vramDynamic": false,
        "driverVersion": "472.19"
      },
      {
        "vendor": "Intel Corporation",
        "model": "Intel(R) HD Graphics 520",
        "bus": "PCI",
        "vram": 1024,
        "vramDynamic": true
      }
    ],
    "displays": [
      {
        "model": "Default Monitor",
        "main": true,
        "builtin": true,
        "connection": "INTERNAL",
        "currentResX": 1366,
        "currentResY": 768,
        "resolutionX": 1366,
        "resolutionY": 768,
        "pixelDepth": 32,
        "currentRefreshRate": 60
      }
    ]
  }
}

Logs

logs/api/start.json/1786296155721

Source: api / start.json
Lines: 12 total, last 12 included

[api shell.run]
Microsoft Windows [Version 10.0.19045.6466]
(c) Microsoft Corporation. All rights reserved.

C:\pinokio\api\whisper-webui.pinokio.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & C:\pinokio\api\whisper-webui.pi
nokio.git\app\venv\Scripts\activate C:\pinokio\api\whisper-webui.pinokio.git\app\venv && python app.py
Traceback (most recent call last):
  File "C:\pinokio\api\whisper-webui.pinokio.git\app\app.py", line 1, in <module>
    import gradio as gr
ModuleNotFoundError: No module named 'gradio'

(venv) (base) C:\pinokio\api\whisper-webui.pinokio.git\app>
Replies (0)
Up to 10 files, 25MB each. Images are optimized; GIFs -> MP4; videos 720p (max 120s).
Whisper-WebUI: ModuleNotFoundError: No module named 'gradio' · Pinokio