You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 this issue
May 28, 2024
· 2 comments
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: