ningxiaoxiao / comfyui-NDI

NDI input and output functionality to the ComfyUI.
GNU General Public License v3.0
49 stars 5 forks source link

ModuleNotFoundError: No module named 'NDIlib.NDIlib' #7

Open vizart-vj opened 3 weeks ago

vizart-vj commented 3 weeks ago

I'm using a latest version of ComfyUi portable. Python 3.11.9

Loading ComfyUI-NDI nodes begin---------- Traceback (most recent call last): File "I:\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1993, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "I:\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-NDI__init__.py", line 13, in import NDIlib.NDIlib as ndi File "I:\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\NDIlib__init__.py", line 6, in from .NDIlib import * ModuleNotFoundError: No module named 'NDIlib.NDIlib'

Cannot import I:\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-NDI module for custom nodes: No module named 'NDIlib.NDIlib'

ningxiaoxiao commented 2 weeks ago

First, you need to know how to install pip packages. Then, you need to solve the installation of the ndi-python library.

ningxiaoxiao commented 2 weeks ago

https://github.com/buresu/ndi-python This is the library of ndi-python. Hope it can help you.