0
YUE2 // MLX: error: No virtual environment or system Python
App: YUE2 // MLX (yue2-mlx.pinokio.git)
Repo: https://github.com/Rdx-ai-art/yue2-mlx.pinokio.git
Generated: 2026-09-24T22:22:52.705Z
Pinokio: 8.2.0
Platform: win32 x64
Node: v22.21.1
Summary
System
{
"pinokio": {
"version": "8.2.0",
"node": "v22.21.1",
"platform": "win32",
"arch": "x64"
},
"hardware": {
"gpu": "nvidia",
"gpu_model": "nvidia geforce rtx 3060",
"ram_gb": 16,
"vram_gb": 12,
"gpu_driver": "591.86",
"gpu_target": "sm_86"
},
"os": {
"platform": "Windows",
"distro": "Microsoft Windows 11 Famille",
"release": "10.0.26200",
"codename": "25H2",
"kernel": "10.0.26200",
"arch": "x64",
"build": "26200",
"servicepack": "0.0",
"uefi": true
},
"system": {
"manufacturer": "MEDION",
"model": "E62031",
"version": "1.0",
"virtual": false
},
"cpu": {
"manufacturer": "Intel",
"brand": "Core™ i5-10400",
"vendor": "GenuineIntel",
"family": "6",
"model": "165",
"stepping": "3",
"speed": 2.9,
"speedMin": 2.9,
"speedMax": 2.9,
"cores": 12,
"physicalCores": 6,
"processors": 1,
"performanceCores": 12,
"efficiencyCores": 0,
"virtualization": true,
"cache": {
"l1d": 0,
"l1i": 0,
"l2": 1572864,
"l3": 12582912
}
},
"memory": {
"total": 17041330176,
"free": 4896100352,
"used": 12145229824,
"active": 12145229824,
"available": 4896100352,
"buffers": 0,
"cached": 0,
"slab": 0,
"buffcache": 0,
"swaptotal": 21474836480,
"swapused": 1002438656,
"swapfree": 20472397824
},
"gpus": [
{
"model": "nvidia geforce rtx 3060"
}
],
"graphics": {
"controllers": [
{
"vendor": "NVIDIA",
"model": "NVIDIA GeForce RTX 3060",
"bus": "PCI",
"vram": 12288,
"vramDynamic": false,
"driverVersion": "591.86"
}
],
"displays": [
{
"model": "MSI G7C4 E",
"main": true,
"builtin": false,
"connection": "HDMI",
"currentResX": 1920,
"currentResY": 1080,
"resolutionX": 1920,
"resolutionY": 1080,
"pixelDepth": 32,
"currentRefreshRate": 60
},
{
"model": "D HD LG TV",
"main": false,
"builtin": false,
"connection": "DVI",
"currentResX": 1080,
"currentResY": 1920,
"resolutionX": 1080,
"resolutionY": 1920,
"pixelDepth": 32,
"currentRefreshRate": 60
}
]
},
"diagnostics": {
"platform": "win32",
"arch": "x64",
"running": {
"C:\\pinokio\\api\\wan2gp-amd.git\\install.js": true,
"C:\\pinokio\\api\\yue2-mlx.pinokio.git\\update.js": true
},
"home": "C:\\pinokio",
"vars": {
"pip": {
"install": {
"torch": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118"
}
}
},
"memory": {
"local": {},
"global": {},
"rpc": {
"C:\\pinokio\\api\\wan2gp-amd.git\\install.js": {
"when": "{{platform === 'darwin' || gpu === 'nvidia'}}",
"method": "input",
"params": {
"title": "Wan2GP-AMD is not supported on your system",
"description": "You need a dedicated AMD GPU to run Wan2GP-AMD. For NVIDIA and Apple Macs, please install Wan2GP."
},
"next": null,
"current": 0,
"total": 5
},
"C:\\pinokio\\api\\yue2-mlx.pinokio.git\\start.js": {
"when": "{{!exists('env/bin/python')}}",
"method": "shell.run",
"params": {
"message": [
"uv venv env --python 3.12",
"uv pip install --python ./env/bin/python -r requirements.txt"
]
}
},
"C:\\pinokio\\api\\yue2-mlx.pinokio.git\\update.js": {
"method": "shell.run",
"params": {
"message": [
"CURRENT_PYTHON_MAJOR=$(./env/bin/python --version 2>&1 | grep -oP '\\d+' | head -1)",
"CURRENT_PYTHON_MINOR=$(./env/bin/python --version 2>&1 | grep -oP '\\d+\\.\\K\\d+' | head -1)",
"echo \"Current Python: $CURRENT_PYTHON_MAJOR.$CURRENT_PYTHON_MINOR\"",
"if [ \"$CURRENT_PYTHON_MAJOR\" -lt 3 ] || { [ \"$CURRENT_PYTHON_MAJOR\" -eq 3 ] && [ \"$CURRENT_PYTHON_MINOR\" -lt 12 ]; }; then",
" echo \"Upgrading Python venv to 3.12...\"",
" rm -rf env",
" uv venv env --python 3.12",
" uv pip install --python ./env/bin/python -r requirements.txt --upgrade",
"else",
" echo \"Python version OK ($CURRENT_PYTHON_MAJOR.$CURRENT_PYTHON_MINOR), skipping venv recreation\"",
"fi"
]
},
"current": 1,
"total": 4
}
},
"input": {
"C:\\pinokio\\api\\wan2gp-amd.git\\install.js": {},
"C:\\pinokio\\api\\yue2-mlx.pinokio.git\\start.js": {},
"C:\\pinokio\\api\\yue2-mlx.pinokio.git\\update.js": {
"id": "4cb50952-9a8c-44ec-b525-c568533c9f9d",
"response": "Microsoft Windows [version 10.0.26200.9550]\r\n(c) Microsoft Corporation. Tous droits réservés.\r\n\r\nC:\\pinokio\\api\\yue2-mlx.pinokio.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && git pull origin main\r\nFrom https://github.com/Rdx-ai-art/yue2-mlx.pinokio\r\n * branch main -> FETCH_HEAD\r\nAlready up to date.\r\n\r\n(base) C:\\pinokio\\api\\yue2-mlx.pinokio.git>",
"stdout": "Microsoft Windows [version 10.0.26200.9550]\r\n(c) Microsoft Corporation. Tous droits réservés.\r\n\r\nC:\\pinokio\\api\\yue2-mlx.pinokio.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && git pull origin main\r\nFrom https://github.com/Rdx-ai-art/yue2-mlx.pinokio\r\n * branch main -> FETCH_HEAD\r\nAlready up to date.\r\n\r\n(base) C:\\pinokio\\api\\yue2-mlx.pinokio.git>"
}
},
"args": {
"C:\\pinokio\\api\\wan2gp-amd.git\\install.js": {},
"C:\\pinokio\\api\\yue2-mlx.pinokio.git\\start.js": {},
"C:\\pinokio\\api\\yue2-mlx.pinokio.git\\update.js": {}
}
},
"procs": {},
"gpu": "nvidia",
"gpus": [
{
"name": "nvidia",
"model": "nvidia geforce rtx 3060",
"driver": "591.86"
}
],
"gpu_model": "nvidia geforce rtx 3060",
"gpu_driver": "591.86",
"gpu_target": "sm_86",
"ram": 16,
"vram": 12,
"version": "8.2.0",
"mem": {
"total": 17041330176,
"free": 4896100352,
"used": 12145229824,
"active": 12145229824,
"available": 4896100352,
"buffers": 0,
"cached": 0,
"slab": 0,
"buffcache": 0,
"reclaimable": 0,
"swaptotal": 21474836480,
"swapused": 1002438656,
"swapfree": 20472397824,
"writeback": null,
"dirty": null
},
"audio": [
{
"id": "HDAUDIO\\FUNC_01&VEN_10EC&DEV_0897&SUBSYS_1E39D020&REV_1004\\4&E55F72C&0&0001",
"name": "Realtek High Definition Audio",
"manufacturer": "Realtek",
"revision": null,
"driver": null,
"default": null,
"channel": null,
"type": "Sound Driver",
"in": null,
"out": null,
"status": "enabled"
},
{
"id": "HDAUDIO\\FUNC_01&VEN_10DE&DEV_009F&SUBSYS_1043881D&REV_1001\\5&1E3F4DC1&0&0001",
"name": "NVIDIA High Definition Audio",
"manufacturer": "NVIDIA",
"revision": null,
"driver": null,
"default": null,
"channel": null,
"type": "Sound Driver",
"in": null,
"out": null,
"status": "enabled"
},
{
"id": "USB\\VID_2E1A&PID_4C04&MI_02\\6&1C7B6334&0&0002",
"name": "Périphérique audio USB",
"manufacturer": "(USB Audio générique)",
"revision": null,
"driver": null,
"default": null,
"channel": null,
"type": "",
"in": null,
"out": null,
"status": "enabled"
},
{
"id": "ROOT\\STEAMSTREAMINGMICROPHONE\\0000",
"name": "Steam Streaming Microphone",
"manufacturer": "Valve Corporation Audio DDK",
"revision": null,
"driver": null,
"default": null,
"channel": null,
"type": "Phone",
"in": null,
"out": null,
"status": "enabled"
},
{
"id": "ROOT\\STEAMSTREAMINGSPEAKERS\\0000",
"name": "Steam Streaming Speakers",
"manufacturer": "Valve Corporation Audio DDK",
"revision": null,
"driver": null,
"default": null,
"channel": null,
"type": "Speaker",
"in": null,
"out": null,
"status": "enabled"
},
{
"id": "USB\\VID_1235&PID_0003&MI_00\\6&3551E31D&0&0000",
"name": "Périphérique audio USB",
"manufacturer": "(USB Audio générique)",
"revision": null,
"driver": null,
"default": null,
"channel": null,
"type": "",
"in": null,
"out": null,
"status": "enabled"
}
],
"osInfo": {
"platform": "Windows",
"distro": "Microsoft Windows 11 Famille",
"release": "10.0.26200",
"codename": "25H2",
"kernel": "10.0.26200",
"arch": "x64",
"hostname": "DESKTOP-QR6D6FA",
"fqdn": "DESKTOP-QR6D6FA",
"codepage": "850",
"logofile": "windows",
"serial": "00342-20702-80349-AAOEM",
"build": "26200",
"servicepack": "0.0",
"uefi": true,
"hypervisor": true,
"remoteSession": false
},
"graphics": {
"controllers": [
{
"vendor": "NVIDIA",
"model": "NVIDIA GeForce RTX 3060",
"bus": "PCI",
"vram": 12288,
"vramDynamic": false,
"subDeviceId": "0x881D1043",
"driverVersion": "591.86",
"name": "NVIDIA GeForce RTX 3060",
"pciBus": "00000000:01:00.0",
"memoryTotal": 12288,
"memoryUsed": 6524,
"memoryFree": 5592,
"utilizationGpu": 1,
"utilizationMemory": 1,
"temperatureGpu": 38,
"powerDraw": 39.43,
"powerLimit": 170,
"clockCore": 1837,
"clockMemory": 7301
}
],
"displays": [
{
"vendor": "MSI",
"model": "MSI G7C4 E",
"serial": "776",
"productionYear": 2023,
"displayId": "display\\msi4ca9\\5&cff7c1f&0&uid4352_0",
"deviceName": "\\\\.\\DISPLAY1",
"main": true,
"builtin": false,
"connection": "HDMI",
"resolutionX": 1920,
"resolutionY": 1080,
"sizeX": 60,
"sizeY": 34,
"pixelDepth": 32,
"currentResX": 1920,
"currentResY": 1080,
"positionX": 0,
"positionY": 0,
"currentRefreshRate": 60
},
{
"vendor": "GSM",
"model": "D HD LG TV",
"serial": "16843009",
"productionYear": 2016,
"displayId": "display\\gsm59ca\\5&cff7c1f&0&uid4356_0",
"deviceName": "\\\\.\\DISPLAY2",
"main": false,
"builtin": false,
"connection": "DVI",
"resolutionX": 1080,
"resolutionY": 1920,
"sizeX": 51,
"sizeY": 29,
"pixelDepth": 32,
"currentResX": 1080,
"currentResY": 1920,
"positionX": 1920,
"positionY": 0,
"currentRefreshRate": 60
}
]
},
"shell": "CMD",
"system": {
"manufacturer": "MEDION",
"model": "E62031",
"version": "1.0",
"serial": "10024288010792",
"uuid": "0a6267a0-e301-a341-9215-adf66038f68e",
"sku": "ML-110000 10024288",
"virtual": false
},
"cpu": {
"manufacturer": "Intel",
"brand": "Core™ i5-10400",
"vendor": "GenuineIntel",
"family": "6",
"model": "165",
"stepping": "3",
"revision": "",
"voltage": "",
"speed": 2.9,
"speedMin": 2.9,
"speedMax": 2.9,
"governor": "",
"cores": 12,
"physicalCores": 6,
"performanceCores": 12,
"efficiencyCores": 0,
"processors": 1,
"socket": "Other",
"flags": "de pse mce sep mtrr mca cmov psn clfsh ds acpi mmx fxsr sse sse2 ss htt tm ia64 pbe",
"virtualization": true,
"cache": {
"l1d": 0,
"l1i": 0,
"l2": 1572864,
"l3": 12582912
}
}
}
}
Logs
logs/api/start.js/1790288542585
Source: api / start.js
Lines: 10 total, last 10 included
[api shell.run]
Microsoft Windows [version 10.0.26200.9550]
(c) Microsoft Corporation. Tous droits réservés.
C:\pinokio\api\yue2-mlx.pinokio.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && uv venv env --python 3.12
Using CPython 3.12.13
Creating virtual environment at: env
Activate with: env\Scripts\activate
(base) C:\pinokio\api\yue2-mlx.pinokio.git>
logs/api/start.js/1790288561710
Source: api / start.js
Lines: 10 total, last 10 included
[api shell.run]
Microsoft Windows [version 10.0.26200.9550]
(c) Microsoft Corporation. Tous droits réservés.
C:\pinokio\api\yue2-mlx.pinokio.git>conda_hook & conda deactivate & conda deactivate & conda deactivate & conda activate base && uv pip install --python ./env/bin/python -r requirements.txt
error: No virtual environment or system Python
installation found for path `./env/bin/python`;
run `uv venv` to create an environment
(base) C:\pinokio\api\yue2-mlx.pinokio.git>
Replies (0)
Up to 10 files, 25MB each. Images are optimized; GIFs -> MP4; videos 720p (max 120s).
