0

Deep-Live-Cam: ERROR: Ignored the following versions that require a different python version: 2.3.0 Requires-P…

@vaze72posted Mon, 21 Sep 2026 14:54:19 GMT·0 replies

App: Deep-Live-Cam (deeplivecam.pinokio.git)
Repo: https://github.com/botzero-net/deeplivecam.pinokio.git
Generated: 2026-09-21T14:53:38.146Z
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",
    "ram_gb": 64,
    "vram_gb": 12
  },
  "os": {
    "platform": "Windows",
    "distro": "Microsoft Windows 10 Professionnel",
    "release": "10.0.19045",
    "codename": "22H2",
    "kernel": "10.0.19045",
    "arch": "x64",
    "build": "19045",
    "servicepack": "0.0",
    "uefi": true
  },
  "system": {
    "manufacturer": "Micro-Star International Co., Ltd.",
    "model": "MS-7E02",
    "version": "1.0",
    "virtual": false
  },
  "cpu": {
    "manufacturer": "Intel",
    "brand": "Core™ i5-14400F",
    "vendor": "GenuineIntel",
    "family": "6",
    "model": "183",
    "stepping": "1",
    "speed": 2.5,
    "speedMin": 2.5,
    "speedMax": 2.5,
    "cores": 16,
    "physicalCores": 10,
    "processors": 1,
    "performanceCores": 16,
    "efficiencyCores": 0,
    "virtualization": false,
    "cache": {
      "l1d": 425984,
      "l1i": 458752,
      "l2": 9961472,
      "l3": 20971520
    }
  },
  "memory": {
    "total": 68553543680,
    "free": 38884052992,
    "used": 29669490688,
    "active": 29669490688,
    "available": 38884052992,
    "buffers": 0,
    "cached": 0,
    "slab": 0,
    "buffcache": 0,
    "swaptotal": 10200547328,
    "swapused": 2291138560,
    "swapfree": 7909408768
  },
  "gpus": [
    {
      "model": "nvidia geforce rtx 5070"
    }
  ],
  "graphics": {
    "controllers": [
      {
        "vendor": "NVIDIA",
        "model": "NVIDIA GeForce RTX 5070",
        "bus": "PCI",
        "vram": 12227,
        "vramDynamic": false,
        "driverVersion": "616.92"
      }
    ],
    "displays": [
      {
        "model": "LG TV",
        "main": false,
        "builtin": false,
        "connection": "DVI",
        "currentResX": 1920,
        "currentResY": 1080,
        "resolutionX": 1920,
        "resolutionY": 1080,
        "pixelDepth": 32,
        "currentRefreshRate": 99
      },
      {
        "model": "BQ XL411",
        "main": false,
        "builtin": false,
        "connection": "HDMI",
        "currentResX": 1360,
        "currentResY": 768,
        "resolutionX": 1360,
        "resolutionY": 768,
        "pixelDepth": 32,
        "currentRefreshRate": 99
      },
      {
        "model": "MAG34CQRV",
        "main": true,
        "builtin": false,
        "connection": "DP",
        "currentResX": 3440,
        "currentResY": 1440,
        "resolutionX": 3440,
        "resolutionY": 1440,
        "pixelDepth": 32,
        "currentRefreshRate": 99
      }
    ]
  }
}

Logs

logs/api/update.js/1790002368328

Source: api / update.js
Lines: 8 total, last 8 included

[api shell.run]
Microsoft Windows [version 10.0.19045.6466]
(c) Microsoft Corporation. Tous droits réservés.

V:\pinokio\api\deeplivecam.pinokio.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && git pull
Already up to date.

(base) V:\pinokio\api\deeplivecam.pinokio.git>

logs/api/update.js/1790002381579

Source: api / update.js
Lines: 26 total, last 26 included

[api shell.run]
Microsoft Windows [version 10.0.19045.6466]
(c) Microsoft Corporation. Tous droits réservés.

V:\pinokio\api\deeplivecam.pinokio.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && git pull
remote: Enumerating objects: 28, done.
remote: Counting objects: 100% (12/12), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 28 (delta 8), reused 4 (delta 4), pack-reused 16 (from 2)
Unpacking objects: 100% (28/28), 16.19 KiB | 17.00 KiB/s, done.
From https://github.com/hacksider/Deep-Live-Cam
   bc48ba4..d759e31  main       -> origin/main 
 * [new branch]      dependabot/pip/numpy-gte-2.5.3-and-lt-3 -> origin/dependabot/pip/numpy-gte-2.5.3-and-lt-3
 * [new branch]      dependabot/pip/onnxruntime-1.30.0 -> origin/dependabot/pip/onnxruntime-1.30.0
 * [new branch]      dependabot/pip/onnxruntime-gpu-1.30.0 -> origin/dependabot/pip/onnxruntime-gpu-1.30.0
 * [new branch]      dependabot/pip/opencv-python-headless-5.0.0.93 -> origin/dependabot/pip/opencv-python-headless-5.0.0.93
 * [new branch]      dependabot/pip/typing-extensions-gte-4.16.0 -> origin/dependabot/pip/typing-extensions-gte-4.16.0      
 * [new tag]         2.7.5-Ultimate -> 2.7.5-Ultimate
Updating bc48ba4..d759e31
Fast-forward
 .github/dependabot.yml | 6 ++++++
 README.md              | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)  
 create mode 100644 .github/dependabot.yml        

(base) V:\pinokio\api\deeplivecam.pinokio.git\app>

logs/api/update.js/1790002388808

Source: api / update.js
Lines: 34 total, last 34 included

[api shell.run]
Microsoft Windows [version 10.0.19045.6466]
(c) Microsoft Corporation. Tous droits réservés.

V:\pinokio\api\deeplivecam.pinokio.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & V:\pinokio\api\deeplivecam.pinokio.git\app\env\Scripts\activate V:\pinokio\api\deeplivecam.pinokio.git\app\env && pip install -r requirements.txt
Ignoring onnxruntime: markers 'sys_platform == "darwin" and platform_machine == "arm64"' don't match your environment
Ignoring onnxruntime: markers 'sys_platform == "darwin" and platform_machine != "arm64"' don't match your environment
Collecting numpy<3,>=2.0
  Using cached numpy-2.2.6-cp310-cp310-win_amd64.whl (12.9 MB)
Collecting typing-extensions>=4.15.0
  Using cached typing_extensions-4.16.0-py3-none-any.whl (45 kB)
Collecting opencv-python==4.14.0.94
  Using cached opencv_python-4.14.0.94-cp37-abi3-win_amd64.whl (41.2 MB)
Collecting opencv-python-headless==4.14.0.94
  Using cached opencv_python_headless-4.14.0.94-cp37-abi3-win_amd64.whl (41.0 MB)
Collecting cv2_enumerate_cameras==1.3.3
  Using cached cv2_enumerate_cameras-1.3.3-cp32-abi3-win_amd64.whl (21 kB)
Collecting onnx==1.22.0
  Using cached onnx-1.22.0-cp310-cp310-win_amd64.whl (17.2 MB)
Collecting insightface==0.7.3
  Using cached insightface-0.7.3-cp310-cp310-win_amd64.whl
Collecting psutil==7.2.2
  Using cached psutil-7.2.2-cp37-abi3-win_amd64.whl (137 kB)
Collecting PySide6<7,>=6.7
  Using cached pyside6-6.11.2-cp310-abi3-win_amd64.whl (578 kB)
Collecting pillow==12.3.0
  Using cached pillow-12.3.0-cp310-cp310-win_amd64.whl (7.2 MB)
Collecting tqdm>=4.66.3
  Downloading tqdm-4.70.1-py3-none-any.whl (80 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.2/80.2 kB 448.5 kB/s eta 0:00:00
ERROR: Ignored the following versions that require a different python version: 2.3.0 Requires-Python >=3.11; 2.3.1 Requires-Python >=3.11; 2.3.2 Requires-Python >=3.11; 2.3.3 Requires-Python >=3.11; 2.3.4 Requires-Python >=3.11; 2.3.5 Requires-Python >=3.11; 2.4.0 Requires-Python >=3.11; 2.4.0rc1 Requires-Python >=3.11; 2.4.1 Requires-Python >=3.11; 2.4.2 Requires-Python >=3.11; 2.4.3 Requires-Python >=3.11; 2.4.4 Requires-
Python >=3.11; 2.4.5 Requires-Python >=3.11; 2.4.6 Requires-Python >=3.11; 2.5.0 Requires-Python >=3.12; 2.5.0rc1 Requires-Python >=3.12; 2.5.1 Requires-Python >=3.12; 2.5.2 Requires-Python >=3.12; 2.5.3 Requires-Python >=3.12
ERROR: Could not find a version that satisfies the requirement onnxruntime-gpu==1.26.0 (from versions: 1.12.0, 1.12.1, 1.13.1, 1.14.0, 1.14.1, 1.15.0, 1.15.1, 1.16.0, 1.16.3, 1.17.0, 1.17.1, 1.18.0, 1.18.1, 1.19.0, 1.19.2, 1.20.0, 1.20.2, 1.21.0, 1.21.1, 1.22.0, 1.23.0, 1.23.2)
ERROR: No matching distribution found for onnxruntime-gpu==1.26.0
Replies (0)
Up to 10 files, 25MB each. Images are optimized; GIFs -> MP4; videos 720p (max 120s).
Deep-Live-Cam: ERROR: Ignored the following versions that require a different python version: 2.3.0 Requires-P… · Pinokio