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

Cannot import , returned non-zero exit status 2 #327

Closed msskaa12 closed 8 months ago

msskaa12 commented 8 months ago

Thanks for this awesome work ,buddy !

after install , error message popup. how can I fix this problem, appreciate any help

I had mannully install requirements.txt

OS:ubuntu 20.04 python: 3.10 comfyui: had update newest

Screenshot from 2024-01-10 21-54-13

msskaa12 commented 8 months ago

fix it by :

1 install mercurial : sudo apt-get install mercurial 2 Clean up Pip Cache: python -m pip cache purge

WASasquatch commented 8 months ago

Do you know what package wanted to install mercurial, or if this is Linux/Ubuntu specific?