0

Error

@2911posted 8/23/2026, 6:29:04 PM·0 replies

What happened?

Steps to reproduce

  1. Issue Report

App: Transcribix (transcribix)
Repo: https://github.com/C0m3b4ck/Transcribix.git
Generated: 2026-08-23T18:24:24.836Z
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 rtx 5070 ti",
    "ram_gb": 64,
    "vram_gb": 16
  },
  "os": {
    "platform": "Windows",
    "distro": "Microsoft Windows 11 Enterprise",
    "release": "10.0.26200",
    "codename": "25H2",
    "kernel": "10.0.26200",
    "arch": "x64",
    "build": "26200",
    "servicepack": "0.0",
    "uefi": true
  },
  "system": {
    "manufacturer": "Micro-Star International Co., Ltd.",
    "model": "MS-7D32",
    "version": "1.0",
    "virtual": false
  },
  "cpu": {
    "manufacturer": "Intel",
    "brand": "Gen Intel® Core™ i7-12700K",
    "vendor": "GenuineIntel",
    "family": "6",
    "model": "151",
    "stepping": "2",
    "speed": 3.6,
    "speedMin": 3.6,
    "speedMax": 3.6,
    "cores": 20,
    "physicalCores": 12,
    "processors": 1,
    "performanceCores": 20,
    "efficiencyCores": 0,
    "virtualization": true,
    "cache": {
      "l1d": 524288,
      "l1i": 524288,
      "l2": 12582912,
      "l3": 26214400
    }
  },
  "memory": {
    "total": 68497039360,
    "free": 41080147968,
    "used": 27416891392,
    "active": 27416891392,
    "available": 41080147968,
    "buffers": 0,
    "cached": 0,
    "slab": 0,
    "buffcache": 0,
    "swaptotal": 45097156608,
    "swapused": 2360344576,
    "swapfree": 42736812032
  },
  "gpus": [
    {
      "model": "parsec virtual display adapter"
    },
    {
      "model": "nvidia geforce rtx 5070 ti"
    },
    {
      "model": "intel(r) uhd graphics 770"
    }
  ],
  "graphics": {
    "controllers": [
      {
        "vendor": "Parsec Cloud, Inc.",
        "model": "Parsec Virtual Display Adapter",
        "vram": 0,
        "vramDynamic": true
      },
      {
        "vendor": "NVIDIA",
        "model": "NVIDIA GeForce RTX 5070 Ti",
        "bus": "PCI",
        "vram": 16303,
        "vramDynamic": false,
        "driverVersion": "610.62"
      },
      {
        "vendor": "Intel Corporation",
        "model": "Intel(R) UHD Graphics 770",
        "bus": "PCI",
        "vram": 2047.99609375,
        "vramDynamic": true
      }
    ],
    "displays": [
      {
        "model": "LG TV",
        "main": true,
        "builtin": false,
        "connection": "HDMI",
        "currentResX": 1280,
        "currentResY": 720,
        "resolutionX": 1280,
        "resolutionY": 720,
        "pixelDepth": 32,
        "currentRefreshRate": 59
      },
      {
        "model": "LEN T4-0",
        "main": false,
        "builtin": false,
        "connection": "DP",
        "currentResX": 1920,
        "currentResY": 1080,
        "resolutionX": 1920,
        "resolutionY": 1080,
        "pixelDepth": 32,
        "currentRefreshRate": 59
      }
    ]
  }
}

Logs

logs/api/install.js/1787509375236

Source: api / install.js
Lines: 7 total, last 7 included

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

D:\pinokio\api\transcribix>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && python3 -m venv venv

(base) D:\pinokio\api\transcribix>

logs/api/install.js/1787509389408

Source: api / install.js
Lines: 14 total, last 14 included

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

D:\pinokio\api\transcribix>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & D:\pinokio\api\transcribix\venv\Scripts\activate D:\pinokio\api\transcribix\venv && uv pip install torch==2.7.0 torchvision==0.22.0 torchaudio==2.7.0 --index-url https://download.pytorch.org/whl/cu128 --force-reinstall --no-deps
Using Python 3.10.20 environment at: venv
Resolved 3 packages in 1.16s
Prepared 3 packages in 39ms
Installed 3 packages in 7.24s
 + torch==2.7.0+cu128
 + torchaudio==2.7.0+cu128
 + torchvision==0.22.0+cu128

(venv) (base) D:\pinokio\api\transcribix>

logs/api/install.js/1787509405414

Source: api / install.js
Lines: 15 total, last 15 included

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

D:\pinokio\api\transcribix>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & D:\pinokio\api\transcribix\venv\Scripts\activate D:\pinokio\api\transcribix\venv && pip install -r requirements/all_models.txt
Collecting faster-whisper==1.0.3
  Using cached faster_whisper-1.0.3-py3-none-any.whl (2.0 MB)
Collecting whisperx==3.1.3
  Using cached whisperx-3.1.3-py3-none-any.whl (44 kB)
Collecting torch==2.3.1
  Using cached torch-2.3.1-cp310-cp310-win_amd64.whl (159.8 MB)
Collecting torchaudio==2.3.1
  Using cached torchaudio-2.3.1-cp310-cp310-win_amd64.whl (2.4 MB)
ERROR: Could not find a version that satisfies the requirement stable-ts==2.16.3 (from versions: 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.1.0, 1.1.1b0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.2.0, 1.3.0, 1.4.0, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.2.0, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.5.0, 2.5.2, 2.5.3, 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.6.4, 2.7.0, 2.7.1, 2.7.2, 2.8.0, 2.8.1, 2.9.0, 2.10.0, 2.10.1, 2.11.0, 2.11.1, 2.11.2, 2.11.3, 2.11.4, 2.11.5, 2.11.6, 2.11.7, 2.12.0, 2.12.1, 2.12.2, 2.12.3, 2.13.0, 2.13.1, 2.13.2, 2.13.3, 2.13.4, 2.13.5, 2.13.6, 2.13.7, 2.14.0, 2.14.1, 2.14.2, 2.14.3, 2.14.4, 2.15.0, 2.15.1, 2.15.2, 2.15.3, 2.15.4, 2.15.5, 2.15.6, 2.15.7, 2.15.8, 2.15.9, 2.15.10, 2.15.11, 2.16.0, 2.17.0, 2.17.1, 2.17.2, 2.17.3, 2.17.4, 2.17.5, 2.18.0, 2.18.1, 2.18.2, 2.18.3, 2.19.0, 2.19.1)
ERROR: No matching distribution found for stable-ts==2.16.3

logs/api/install.js/1787509438834

Source: api / install.js
Lines: 7 total, last 7 included

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

D:\pinokio\api\transcribix>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && python3 -m venv venv

(base) D:\pinokio\api\transcribix>

logs/api/install.js/1787509446007

Source: api / install.js
Lines: 15 total, last 15 included

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

D:\pinokio\api\transcribix>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & D:\pinokio\api\transcribix\venv\Scripts\activate D:\pinokio\api\transcribix\venv && uv pip install torch==2.7.0 torchvision==0.22.0 torchaudio==2.7.0 --index-url https://download.pytorch.org/whl/cu128 --force-reinstall --no-deps
Using Python 3.10.20 environment at: venv
Resolved 3 packages in 531ms
Prepared 3 packages in 1ms
Uninstalled 3 packages in 858ms
Installed 3 packages in 1.12s
 ~ torch==2.7.0+cu128
 ~ torchaudio==2.7.0+cu128
 ~ torchvision==0.22.0+cu128

(venv) (base) D:\pinokio\api\transcribix>

logs/api/install.js/1787509454492

Source: api / install.js
Lines: 15 total, last 15 included

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

D:\pinokio\api\transcribix>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & D:\pinokio\api\transcribix\venv\Scripts\activate D:\pinokio\api\transcribix\venv && pip install -r requirements/all_models.txt
Collecting faster-whisper==1.0.3
  Using cached faster_whisper-1.0.3-py3-none-any.whl (2.0 MB)
Collecting whisperx==3.1.3
  Using cached whisperx-3.1.3-py3-none-any.whl (44 kB)
Collecting torch==2.3.1
  Using cached torch-2.3.1-cp310-cp310-win_amd64.whl (159.8 MB)
Collecting torchaudio==2.3.1
  Using cached torchaudio-2.3.1-cp310-cp310-win_amd64.whl (2.4 MB)
ERROR: Could not find a version that satisfies the requirement stable-ts==2.16.3 (from versions: 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.1.0, 1.1.1b0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.2.0, 1.3.0, 1.4.0, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.2.0, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 2.5.0, 2.5.2, 2.5.3, 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.6.4, 2.7.0, 2.7.1, 2.7.2, 2.8.0, 2.8.1, 2.9.0, 2.10.0, 2.10.1, 2.11.0, 2.11.1, 2.11.2, 2.11.3, 2.11.4, 2.11.5, 2.11.6, 2.11.7, 2.12.0, 2.12.1, 2.12.2, 2.12.3, 2.13.0, 2.13.1, 2.13.2, 2.13.3, 2.13.4, 2.13.5, 2.13.6, 2.13.7, 2.14.0, 2.14.1, 2.14.2, 2.14.3, 2.14.4, 2.15.0, 2.15.1, 2.15.2, 2.15.3, 2.15.4, 2.15.5, 2.15.6, 2.15.7, 2.15.8, 2.15.9, 2.15.10, 2.15.11, 2.16.0, 2.17.0, 2.17.1, 2.17.2, 2.17.3, 2.17.4, 2.17.5, 2.18.0, 2.18.1, 2.18.2, 2.18.3, 2.19.0, 2.19.1)
ERROR: No matching distribution found for stable-ts==2.16.3

**Your system** (OS / GPU / RAM / VRAM / etc.)


**Logs / full error output**

Paste the full log output here


Replies (0)
Up to 10 files, 25MB each. Images are optimized; GIFs -> MP4; videos 720p (max 120s).
Error · Pinokio