WASasquatch / was-node-suite-comfyui

An extensive node suite for ComfyUI with over 210 new nodes
MIT License
1.15k stars 170 forks source link

no module named 'Numba' #116

Closed mattymatty closed 1 year ago

mattymatty commented 1 year ago

no module named 'Numba' error

Using portable (Windows)

WASasquatch commented 1 year ago

You should take a look at the issues history. Most common issue discussed.

You need to install everything through your python_embedded\python.exe not your system. There is also a install.bat you can find in the was-node-suite-comfyui directory you can try. It isn't thoroughly test but should detect your python embedded and install requirements to it.

mattymatty commented 1 year ago

Thank you, I just tried the install.bat but I'm getting this error:

No module named 'pybind11'

WASasquatch commented 1 year ago

That's a new one. You can build pyblind11 via these instructions: https://pybind11.readthedocs.io/en/stable/basics.html

Did the bat tell you it found your Portable install?

mattymatty commented 1 year ago

i just installed the non-portable version of ComfyUI with conda and then this and it works now, thank you

WASasquatch commented 1 year ago

i just installed the non-portable version of ComfyUI with conda and then this and it works now, thank you

Good to know. Was it full conda or miniconda? Want to look into what conda venv provides.