MrForExample / ComfyUI-3D-Pack

An extensive node suite that enables ComfyUI to process 3D inputs (Mesh & UV Texture, etc) using cutting edge algorithms (3DGS, NeRF, etc.)
MIT License
2.22k stars 224 forks source link

ModuleNotFoundError: No module named 'pyhocon' #195

Open thanga-v2 opened 2 months ago

thanga-v2 commented 2 months ago

File "/Users/xxxxxx/Documents/projects/comfyUI/ComfyUI/nodes.py", line 1907, in load_custom_node module_spec.loader.exec_module(module) File "", line 995, in exec_module File "", line 488, in _call_with_frames_removed File "/Users/xxxxxx/Documents/projects/comfyUI/ComfyUI/custom_nodes/ComfyUI-3D-Pack/init.py", line 4, in from pyhocon import ConfigFactory ModuleNotFoundError: No module named 'pyhocon'

Cannot import /Users/xxxxxx/Documents/projects/comfyUI/ComfyUI/custom_nodes/ComfyUI-3D-Pack module for custom nodes: No module named 'pyhocon' Ignoring node 'CV2TonemapDurand' due to cv2 edition/version

thanga-v2 commented 2 months ago
Screenshot 2024-07-10 at 11 22 58 AM
MrForExample commented 2 months ago

Seems the error caused by packages in requirements.txt didn't installed fully.

What environment you are using? Ubuntu? And what python & CUDA version?

thanga-v2 commented 2 months ago

Im using mac, python v-3.11