Numba, no such module found? #87
Replies: 4 comments 5 replies
-
There is also a issue, with windows, that if you don't run the requirements explicitly through the python_embedded/python.exe that it will install to the system, and then conflict with Comfy where it can't find the modules, but at the same time, says they're installed. To fix that you can uninstall through comfy's python.exe and then reinstall. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
same probleme here, search for a tips to fix it thx Cannot import S:\ComfyUI SDXL\ComfyUI\custom_nodes\was-node-suite-comfyui module for custom nodes: No module named 'numba' Import times for custom nodes: |
Beta Was this translation helpful? Give feedback.
-
Try the install.bat But it's very important you install to your python embedded. No pip commands by themselves you have to use the python.exe that comes with ComfyUI |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
installed on a server ive been running things on fine before.
but was having a was nodes failing to load bug. not being a programmer myself I had to monkey around a bit.
Solved by asking my coder buddy XD
make sure your python scripts folder is on the system path. and restart computer. that should fix it more likely than not, you might want to re-update from the requirements.txt too
anyway. maybe this will help someone with a similar bug.
Beta Was this translation helpful? Give feedback.
All reactions