0

Maestro: AttributeError: partially initialized module 'cv2' has no attribute 'gapi_wip_gst_GStreamerPipe…

@sirinopparartposted 7/11/2026, 9:46:55 AM·0 replies

App: Maestro (Maestro.git)
Repo: https://github.com/Blizaine/Maestro.git
Generated: 2026-07-11T09:45:56.809Z
Pinokio: 8.0.8
Platform: win32 x64
Node: v22.21.1

Summary

System

{
  "pinokio": {
    "version": "8.0.8",
    "node": "v22.21.1",
    "platform": "win32",
    "arch": "x64"
  },
  "hardware": {
    "gpu": "nvidia",
    "gpu_model": "nvidia geforce rtx 5090",
    "ram_gb": 62,
    "vram_gb": 32
  },
  "os": {
    "platform": "Windows",
    "distro": "Microsoft Windows 11 Pro",
    "release": "10.0.26200",
    "codename": "25H2",
    "kernel": "10.0.26200",
    "arch": "x64",
    "build": "26200",
    "servicepack": "0.0",
    "uefi": true
  },
  "system": {
    "manufacturer": "Gigabyte Technology Co., Ltd.",
    "model": "X870 AORUS ELITE WIFI7 ICE",
    "version": "Default string-CF-WCP-ADO",
    "virtual": false
  },
  "cpu": {
    "manufacturer": "AMD",
    "brand": "Ryzen 9 9950X3D 16-Core Processor",
    "vendor": "AuthenticAMD",
    "family": "26",
    "model": "68",
    "stepping": "0",
    "revision": "17408",
    "speed": 4.3,
    "speedMin": 4.3,
    "speedMax": 4.3,
    "cores": 32,
    "physicalCores": 16,
    "processors": 1,
    "performanceCores": 32,
    "efficiencyCores": 0,
    "virtualization": true,
    "cache": {
      "l1d": 640,
      "l1i": 640,
      "l2": 16777216,
      "l3": 134217728
    }
  },
  "memory": {
    "total": 66156650496,
    "free": 51778727936,
    "used": 14377922560,
    "active": 14377922560,
    "available": 51778727936,
    "buffers": 0,
    "cached": 0,
    "slab": 0,
    "buffcache": 0,
    "swaptotal": 4160749568,
    "swapused": 0,
    "swapfree": 4160749568
  },
  "gpus": [
    {
      "model": "nvidia geforce rtx 5090"
    },
    {
      "model": "amd radeon(tm) graphics"
    }
  ],
  "graphics": {
    "controllers": [
      {
        "vendor": "NVIDIA",
        "model": "NVIDIA GeForce RTX 5090",
        "bus": "PCI",
        "vram": 32607,
        "vramDynamic": false,
        "driverVersion": "610.74"
      },
      {
        "vendor": "Advanced Micro Devices, Inc.",
        "model": "AMD Radeon(TM) Graphics",
        "bus": "PCI",
        "vram": 2048,
        "vramDynamic": true
      }
    ],
    "displays": [
      {
        "model": "Generic PnP Monitor",
        "main": true,
        "builtin": false,
        "connection": "HDMI",
        "currentResX": 2560,
        "currentResY": 1440,
        "resolutionX": 3840,
        "resolutionY": 2160,
        "pixelDepth": 32,
        "currentRefreshRate": 60
      }
    ]
  }
}

Logs

logs/api/start.js/1783763135802

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

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

C:\pinokio\api\Maestro.git\app>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base & C:\pinokio\api\Maestro.git\app\env\Scripts\activate C:\pinokio\api\Maestro.git\app\env && python launch.py 
[Maestro] Installing download stall protection...
[safe_download] tqdm download hook installed
[Maestro] Importing WanGP engine...
Traceback (most recent call last):
  File "C:\pinokio\api\Maestro.git\app\launch.py", line 89, in <module>
    import wgp
  File "C:\pinokio\api\Maestro.git\app\wgp.py", line 39, in <module>
    from shared.utils.utils import convert_tensor_to_image, save_image, get_video_info, get_file_creation_date, convert_image_to_video, calculate_new_dimensions, convert_image_to_tensor, calculate_dimensions_and_resize_image, rescale_and_crop, get_video_frame, resize_and_remove_background, rgb_bw_to_rgba_mask, to_rgb_tensor
  File "C:\pinokio\api\Maestro.git\app\shared\utils\utils.py", line 6, in <module>
    import cv2
  File "C:\pinokio\api\Maestro.git\app\env\lib\site-packages\cv2\__init__.py", line 181, in <module>
    bootstrap()
  File "C:\pinokio\api\Maestro.git\app\env\lib\site-packages\cv2\__init__.py", line 175, in bootstrap
    if __load_extra_py_code_for_module("cv2", submodule, DEBUG):
  File "C:\pinokio\api\Maestro.git\app\env\lib\site-packages\cv2\__init__.py", line 28, in __load_extra_py_code_for_module
    py_module = importlib.import_module(module_name)
  File "C:\pinokio\bin\miniforge\lib\importlib\__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "C:\pinokio\api\Maestro.git\app\env\lib\site-packages\cv2\gapi\__init__.py", line 323, in <module>
    cv.gapi.wip.GStreamerPipeline = cv.gapi_wip_gst_GStreamerPipeline
AttributeError: partially initialized module 'cv2' has no attribute 'gapi_wip_gst_GStreamerPipeline' (most likely due to a circular import)
Replies (0)
Up to 10 files, 25MB each. Images are optimized; GIFs -> MP4; videos 720p (max 120s).
Maestro: AttributeError: partially initialized module 'cv2' has no attribute 'gapi_wip_gst_GStreamerPipe… · Pinokio