Comfy3D install failed
File "E:\AI\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-3D-Pack\install.py", line 83, in
Hi, seems there is an import error, not sure for given information, you can try to change:
cstr("Comfy3D install failed: Dependency installation has failed. Please install manually: https://github.com/MrForExample/ComfyUI-3D-Pack/tree/main/_Pre_Builds/README.md.").error.print()
to
print("Comfy3D install failed: Dependency installation has failed. Please install manually: https://github.com/MrForExample/ComfyUI-3D-Pack/tree/main/_Pre_Builds/README.md.")
And see the real message
I thought i was having trouble with this issue. it was because i hadnt pulled the whole repo just the stuff the docker file needed not the dependancies form that. Replying in case that helps at all.
So, this is an error with the python path in install.py. Comfy doesn't call this file from the correct directory basically. You can run the install.py file manually:
I might try and fix it... if I were you, create a new virtual environment with venv or conda and run:
$ (virtual_env) cd ComfyUI/custom_nodes/ComfyUI-3D-Pack $ (virtual_env) pip install -r requirements.txt $ (virtual_env) python install.py
Results of running it like I did above:
try to install the latest version from dev branch please