#Stuck installing pip dependencies when updating
6 messages · Page 1 of 1 (latest)
Yes stop in then follow the instructions in the F.A.Q
Conda sometimes gets stuck at the last PIP step, in which several git repositories are cloned and built.Enter the stable-diffusion directory and completely remove the src directory and all its contents. The safest way to do this is to enter the stable-diffusion directory and give the command git clean -f. If this still doesn't fix the problem, try "conda clean -all" and then restart at the conda env create step.
That worked. Thank you @velvet notch!
I have the same issue, but the file-structure seems to have changed. Is there an updated way to do this? (OS: Nobara)
Which installation method are you using?
I tried the InvokeAI source code installer and the manual installation and it happend in both cases.