ComfyUI-3D-Pack icon indicating copy to clipboard operation
ComfyUI-3D-Pack copied to clipboard

ModuleNotFoundError: No module named 'pyhocon'

Open thanga-v2 opened this issue 1 year ago • 3 comments

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 avatar Jul 10 '24 05:07 thanga-v2

Screenshot 2024-07-10 at 11 22 58 AM

thanga-v2 avatar Jul 10 '24 05:07 thanga-v2

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

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

MrForExample avatar Jul 10 '24 16:07 MrForExample

Im using mac, python v-3.11

thanga-v2 avatar Jul 19 '24 08:07 thanga-v2

mac is not supported

DenisKochetov avatar Jun 13 '25 19:06 DenisKochetov