-
For days I have been looking all over but just can't find the answer on how to get this working. Does this error make sense to anybody? Here is the log:
|
Beta Was this translation helpful? Give feedback.
Answered by
Ramon-ES
Oct 16, 2024
Replies: 1 comment 2 replies
-
Facing the same error :( |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @sudeep333, I got it to work!
I was downgrading numpy on my global python instead of the embedded one.
You can try to run this command in the main folder of comfyui:
python_embeded\python.exe -m pip install numpy===1.25.2