-
Notifications
You must be signed in to change notification settings - Fork 360
Open
Description
Hi, thanks for making this package!
I failed to install the dependencies for this package with the latest portable ComfyUI installation (0.14.1). It has Python 3.13.11
The error:
ERROR: Ignored the following versions that require a different python version: 2.0.28 Requires-Python >3.7,<3.11; 2.0.29 Requires-Python >3.7,<3.11; 2.0.30 Requires-Python >3.7,<3.11; 2.0.31 Requires-Python >3.7,<3.11; 2.0.32 Requires-Python >3.7,<3.11; 2.0.33 Requires-Python >3.7,<3.11; 2.0.34 Requires-Python >3.7,<3.11; 2.0.35 Requires-Python >3.7,<3.11; 2.0.36 Requires-Python >3.7,<3.11; 2.0.37 Requires-Python >3.7,<3.11; 2.0.38 Requires-Python >3.7,<3.11; 2.0.39 Requires-Python >3.7,<3.11; 2.0.40 Requires-Python >3.7,<3.11; 2.0.41 Requires-Python >=3.8,<3.12; 2.0.43 Requires-Python >=3.8,<3.12; 2.0.44 Requires-Python >=3.8,<3.12; 2.0.45 Requires-Python >=3.8,<3.12; 2.0.46 Requires-Python >=3.8,<3.12; 2.0.47 Requires-Python >=3.8,<3.12; 2.0.48 Requires-Python >=3.8,<3.12; 2.0.49 Requires-Python >=3.8,<3.12; 2.0.50 Requires-Python >=3.8,<3.12; 2.0.51 Requires-Python >=3.8,<3.12; 2.0.52 Requires-Python >=3.8,<3.12; 2.0.53 Requires-Python >=3.8,<3.12; 2.0.54 Requires-Python >=3.8,<3.12; 2.0.55 Requires-Python >=3.8,<3.13; 2.0.56 Requires-Python >=3.8,<3.13; 2.0.57 Requires-Python >=3.8,<3.13; 2.0.58 Requires-Python >=3.8,<3.13; 2.0.59 Requires-Python >=3.8,<3.13; 2.0.60 Requires-Python >=3.8,<3.13; 2.0.61 Requires-Python >=3.8,<3.13
ERROR: Could not find a version that satisfies the requirement open3d (from versions: none)
ERROR: No matching distribution found for open3d
Full logs:
PS C:\Users\aWX1183422\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes> ..\..\python_embeded\python.exe -s -m pip install -r ComfyUI-3D-Pack/requirements.txt
Collecting utils3d (from -r ComfyUI-3D-Pack/requirements.txt (line 22))
Cloning https://github.com/EasternJournalist/utils3d.git to C:\Users\aWX1183422\AppData\Local\Temp\pip-install-i05thadv\utils3d_b33b823e69564224964d942d37e207ba
Running command git clone --filter=blob:none --quiet https://github.com/EasternJournalist/utils3d.git 'C:\Users\aWX1183422\AppData\Local\Temp\pip-install-i05thadv\utils3d_b33b823e69564224964d942d37e207ba'
Resolved https://github.com/EasternJournalist/utils3d.git to commit 878c0ec5a9105309d0f701b8497be4cdc292c73d
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting kiui (from -r ComfyUI-3D-Pack/requirements.txt (line 23))
Cloning https://github.com/ashawkey/kiuikit.git to C:\Users\aWX1183422\AppData\Local\Temp\pip-install-i05thadv\kiui_d6f406f9517d4ae79f03fe7291d86e21
Running command git clone --filter=blob:none --quiet https://github.com/ashawkey/kiuikit.git 'C:\Users\aWX1183422\AppData\Local\Temp\pip-install-i05thadv\kiui_d6f406f9517d4ae79f03fe7291d86e21'
Resolved https://github.com/ashawkey/kiuikit.git to commit 980685c26fd9ece72c62990e049becae71693e52
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting cmake (from -r ComfyUI-3D-Pack/requirements.txt (line 2))
Using cached cmake-4.2.1-py3-none-win_amd64.whl.metadata (6.5 kB)
Collecting ninja (from -r ComfyUI-3D-Pack/requirements.txt (line 3))
Using cached ninja-1.13.0-py3-none-win_amd64.whl.metadata (5.1 kB)
Collecting pccm (from -r ComfyUI-3D-Pack/requirements.txt (line 4))
Using cached pccm-0.4.16-py3-none-any.whl.metadata (1.1 kB)
Collecting PyGithub (from -r ComfyUI-3D-Pack/requirements.txt (line 7))
Using cached pygithub-2.8.1-py3-none-any.whl.metadata (3.9 kB)
Requirement already satisfied: requests in C:\Users\aWX1183422\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages (from -r ComfyUI-3D-Pack/requirements.txt (line 8)) (2.32.5)
Requirement already satisfied: numpy in C:\Users\aWX1183422\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages (from -r ComfyUI-3D-Pack/requirements.txt (line 11)) (2.4.1)
Requirement already satisfied: einops in C:\Users\aWX1183422\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages (from -r ComfyUI-3D-Pack/requirements.txt (line 12)) (0.8.2)
Requirement already satisfied: scipy in C:\Users\aWX1183422\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages (from -r ComfyUI-3D-Pack/requirements.txt (line 13)) (1.17.0)
Requirement already satisfied: kornia in C:\Users\aWX1183422\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages (from -r ComfyUI-3D-Pack/requirements.txt (line 14)) (0.8.2)
Collecting opencv-python (from -r ComfyUI-3D-Pack/requirements.txt (line 15))
Using cached opencv_python-4.13.0.92-cp37-abi3-win_amd64.whl.metadata (20 kB)
Requirement already satisfied: pillow in C:\Users\aWX1183422\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages (from -r ComfyUI-3D-Pack/requirements.txt (line 16)) (12.1.0)
Collecting nerfacc>=0.5.3 (from -r ComfyUI-3D-Pack/requirements.txt (line 17))
Using cached nerfacc-0.5.3-py3-none-any.whl.metadata (915 bytes)
Collecting slangtorch (from -r ComfyUI-3D-Pack/requirements.txt (line 18))
Using cached slangtorch-1.3.19-py3-none-any.whl.metadata (1.4 kB)
Collecting cumm==0.7.11 (from -r ComfyUI-3D-Pack/requirements.txt (line 19))
Using cached cumm-0.7.11-cp313-cp313-win_amd64.whl.metadata (6.4 kB)
Collecting spconv-cu126 (from -r ComfyUI-3D-Pack/requirements.txt (line 20))
Using cached spconv_cu126-2.3.8-cp313-cp313-win_amd64.whl.metadata (13 kB)
Collecting diffusers>=0.26.1 (from -r ComfyUI-3D-Pack/requirements.txt (line 26))
Using cached diffusers-0.36.0-py3-none-any.whl.metadata (20 kB)
Requirement already satisfied: transformers>=4.36.2 in C:\Users\aWX1183422\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages (from -r ComfyUI-3D-Pack/requirements.txt (line 27)) (5.0.0)
Requirement already satisfied: safetensors in C:\Users\aWX1183422\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages (from -r ComfyUI-3D-Pack/requirements.txt (line 28)) (0.7.0)
Collecting open_clip_torch (from -r ComfyUI-3D-Pack/requirements.txt (line 29))
Using cached open_clip_torch-3.2.0-py3-none-any.whl.metadata (32 kB)
Collecting mmgp (from -r ComfyUI-3D-Pack/requirements.txt (line 30))
Using cached mmgp-3.7.5-py3-none-any.whl.metadata (16 kB)
Collecting torchmetrics (from -r ComfyUI-3D-Pack/requirements.txt (line 33))
Using cached torchmetrics-1.8.2-py3-none-any.whl.metadata (22 kB)
Collecting pytorch_msssim (from -r ComfyUI-3D-Pack/requirements.txt (line 34))
Using cached pytorch_msssim-1.0.0-py3-none-any.whl.metadata (8.0 kB)
Collecting pytorch-lightning (from -r ComfyUI-3D-Pack/requirements.txt (line 35))
Using cached pytorch_lightning-2.6.1-py3-none-any.whl.metadata (21 kB)
Collecting peft (from -r ComfyUI-3D-Pack/requirements.txt (line 36))
Using cached peft-0.18.1-py3-none-any.whl.metadata (14 kB)
Collecting rembg (from -r ComfyUI-3D-Pack/requirements.txt (line 39))
Using cached rembg-2.0.72-py3-none-any.whl.metadata (16 kB)
Collecting onnxruntime (from -r ComfyUI-3D-Pack/requirements.txt (line 40))
Using cached onnxruntime-1.24.2-cp313-cp313-win_amd64.whl.metadata (5.2 kB)
Requirement already satisfied: imageio in C:\Users\aWX1183422\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages (from -r ComfyUI-3D-Pack/requirements.txt (line 41)) (2.37.2)
Requirement already satisfied: imageio-ffmpeg in C:\Users\aWX1183422\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages (from -r ComfyUI-3D-Pack/requirements.txt (line 42)) (0.6.0)
Collecting matplotlib (from -r ComfyUI-3D-Pack/requirements.txt (line 43))
Using cached matplotlib-3.10.8-cp313-cp313-win_amd64.whl.metadata (52 kB)
Collecting realesrgan (from -r ComfyUI-3D-Pack/requirements.txt (line 44))
Using cached realesrgan-0.3.0-py3-none-any.whl.metadata (17 kB)
Collecting trimesh (from -r ComfyUI-3D-Pack/requirements.txt (line 47))
Using cached trimesh-4.11.2-py3-none-any.whl.metadata (13 kB)
Collecting fast-simplification (from -r ComfyUI-3D-Pack/requirements.txt (line 48))
Using cached fast_simplification-0.1.13-cp311-abi3-win_amd64.whl.metadata (10 kB)
Requirement already satisfied: plyfile in C:\Users\aWX1183422\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages (from -r ComfyUI-3D-Pack/requirements.txt (line 49)) (1.1.3)
Collecting pygltflib (from -r ComfyUI-3D-Pack/requirements.txt (line 50))
Using cached pygltflib-1.16.5-py3-none-any.whl.metadata (33 kB)
Collecting xatlas (from -r ComfyUI-3D-Pack/requirements.txt (line 51))
Using cached xatlas-0.0.11-cp313-cp313-win_amd64.whl.metadata (5.2 kB)
Collecting pymeshlab (from -r ComfyUI-3D-Pack/requirements.txt (line 52))
Using cached pymeshlab-2025.7.post1-cp313-cp313-win_amd64.whl.metadata (4.1 kB)
Collecting gpytoolbox (from -r ComfyUI-3D-Pack/requirements.txt (line 53))
Using cached gpytoolbox-0.3.7-cp313-cp313-win_amd64.whl.metadata (10 kB)
Collecting PyMCubes (from -r ComfyUI-3D-Pack/requirements.txt (line 54))
Using cached pymcubes-0.1.6.tar.gz (109 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting libigl (from -r ComfyUI-3D-Pack/requirements.txt (line 55))
Using cached libigl-2.6.1-cp312-abi3-win_amd64.whl.metadata (4.8 kB)
Collecting pyvista (from -r ComfyUI-3D-Pack/requirements.txt (line 56))
Using cached pyvista-0.47.0-py3-none-any.whl.metadata (16 kB)
Collecting pymeshfix (from -r ComfyUI-3D-Pack/requirements.txt (line 57))
Using cached pymeshfix-0.18.0-cp312-abi3-win_amd64.whl.metadata (7.2 kB)
Collecting igraph (from -r ComfyUI-3D-Pack/requirements.txt (line 58))
Using cached igraph-1.0.0-cp39-abi3-win_amd64.whl.metadata (4.5 kB)
ERROR: Ignored the following versions that require a different python version: 2.0.28 Requires-Python >3.7,<3.11; 2.0.29 Requires-Python >3.7,<3.11; 2.0.30 Requires-Python >3.7,<3.11; 2.0.31 Requires-Python >3.7,<3.11; 2.0.32 Requires-Python >3.7,<3.11; 2.0.33 Requires-Python >3.7,<3.11; 2.0.34 Requires-Python >3.7,<3.11; 2.0.35 Requires-Python >3.7,<3.11; 2.0.36 Requires-Python >3.7,<3.11; 2.0.37 Requires-Python >3.7,<3.11; 2.0.38 Requires-Python >3.7,<3.11; 2.0.39 Requires-Python >3.7,<3.11; 2.0.40 Requires-Python >3.7,<3.11; 2.0.41 Requires-Python >=3.8,<3.12; 2.0.43 Requires-Python >=3.8,<3.12; 2.0.44 Requires-Python >=3.8,<3.12; 2.0.45 Requires-Python >=3.8,<3.12; 2.0.46 Requires-Python >=3.8,<3.12; 2.0.47 Requires-Python >=3.8,<3.12; 2.0.48 Requires-Python >=3.8,<3.12; 2.0.49 Requires-Python >=3.8,<3.12; 2.0.50 Requires-Python >=3.8,<3.12; 2.0.51 Requires-Python >=3.8,<3.12; 2.0.52 Requires-Python >=3.8,<3.12; 2.0.53 Requires-Python >=3.8,<3.12; 2.0.54 Requires-Python >=3.8,<3.12; 2.0.55 Requires-Python >=3.8,<3.13; 2.0.56 Requires-Python >=3.8,<3.13; 2.0.57 Requires-Python >=3.8,<3.13; 2.0.58 Requires-Python >=3.8,<3.13; 2.0.59 Requires-Python >=3.8,<3.13; 2.0.60 Requires-Python >=3.8,<3.13; 2.0.61 Requires-Python >=3.8,<3.13
ERROR: Could not find a version that satisfies the requirement open3d (from versions: none)
ERROR: No matching distribution found for open3d
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels