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
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.
This error appeared when I was running
sh install.sh
, which areERROR: 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.