fudan-zvg / meta-prompts

MIT License
69 stars 2 forks source link

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. #11

Open EDGE-qy opened 6 months ago

EDGE-qy commented 6 months ago

This error appeared when I was running sh install.sh, which are

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. stable-diffusion-sdkit 2.1.5 requires einops==0.3.0, but you have einops 0.3.2 which is incompatible. stable-diffusion-sdkit 2.1.5 requires pytorch-lightning==1.4.2, but you have pytorch-lightning 1.7.7 which is incompatible. stable-diffusion-sdkit 2.1.5 requires torchmetrics==0.6.0, but you have torchmetrics 0.11.4 which is incompatible.

I used conda environment, Python 3.10.4 and CUDA 12.4. I even tried to set einops==0.3.0 in the requirements.txt but it ends up deleted the right version and installed einops 0.3.2 again.

EDGE-qy commented 6 months ago

I solved by using the following environment

And finally this "ERROR" can be ignored.

wwqq commented 6 months ago

Hi @EDGE-qy the error after running sh install.sh can be ignored.