#Stuck installing pip dependencies when updating

6 messages · Page 1 of 1 (latest)

hollow falcon
#

I just updated to the latest from main. Ran git pull then conda env update. Conda has been stuck at the 'Installing pip dependencies' step now for about 2 hours. Is this normal? Can I close it and attempt to re-run conda env update?

velvet notch
#

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.

hollow falcon
#

That worked. Thank you @velvet notch!

plush osprey
#

I have the same issue, but the file-structure seems to have changed. Is there an updated way to do this? (OS: Nobara)

cold glacier
#

Which installation method are you using?

plush osprey