-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] llama_cpp module not found #75
Comments
Had a similar or same error. I fixed it by:
|
Had the issue and trying the secretivebanana fix above but it said don't have llama-cpp-python to uninstall. Then I tried to install llama-cpp-python then it said scikit_build_core is missing...then I install that scikit_build_core and run again the pip llama-cpp-python..and it took like a while to build the wheel but fortunately it successful eventually. Feel so good to get rid of the annoying red error text. So here is the command for fixing it in my case, which need to be run in root folder of comfyui (where folder python_embeded located, open cmd here): .\python_embeded\python.exe -m pip install scikit_build_core |
Thanks Hakem91 When running the 2nd command I got this error. (I'm running Comfyui Portable on a Windows machine) Preparing metadata (pyproject.toml) ... error × Preparing metadata (pyproject.toml) did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. When I boot up Comfyui I still get the "ModuleNotFoundError: No module named 'llama_cpp'" error, but it's not in red for some reason. |
Describe the bug
The MacOS produces “ModuleNotFoundError: No module named ‘llama_cpp’
To Reproduce
Steps to reproduce the behavior:
Expected behavior
For it to download like most nodes do already on ComfyUI, cross device compatibility.
The text was updated successfully, but these errors were encountered: