-
Notifications
You must be signed in to change notification settings - Fork 18
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
Error on ComfyUI Manager #12
Comments
same |
trying to install from the extension manager gives this result: Cloning https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes } |
this should fix it:
|
I have the same problem. I tried the fix above and it didn't work. |
Same, it's the only one I consistently have issues with |
The problem seems to originate from the installation of mediapipe.Need python 3.7-11 |
if you want install this with python3.12 for now [2024.4.10]. just try:
enjoy... |
If I just re-name it like you suggest, I get an error that it's not a supported wheel
|
Managed to fix this on my end on a portable Windows install, it seems like filename too long error allowed to set up a broken dependency chain which had to be manually re-installed. Setting "git config --system core.longpaths true" allowed an install to complete but did not fix the root issue on Windows, as Windows appends file locations that exceed the default limit with Additionally, Im using the portable version of comfyUI, and the pip dependencies seem to install to a default python env in the root drive under The fix that worked for me was
As long as the filepaths are still not too long, this should correct the python dependency chain that creates this error. |
same |
I have the same problem too on a windows 11 machine. I tried the enable long paths fix but it didn't work for me. |
I'm getting this error message, I've tried reinstalling and it doesn't work
The text was updated successfully, but these errors were encountered: