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
Getting the following error when I tried to install pytorch. Any idea how to fix it? It is a fresh installation of Forge through Stability Matrix
Requirement already satisfied: MarkupSafe>=2.0 in c:\users\alexl\onedrive\desktop\data\packages\stable diffusion webui forge\venv\lib\site-packages (from jinja2->torch) (2.1.5) Requirement already satisfied: mpmath<1.4,>=1.1.0 in c:\users\alexl\onedrive\desktop\data\packages\stable diffusion webui forge\venv\lib\site-packages (from sympy->torch) (1.3.0) Requirement already satisfied: intel-openmp==2021.* in c:\users\alexl\onedrive\desktop\data\packages\stable diffusion webui forge\venv\lib\site-packages (from mkl<=2021.4.0,>=2021.1.1->torch) (2021.4.0) Requirement already satisfied: tbb==2021.* in c:\users\alexl\onedrive\desktop\data\packages\stable diffusion webui forge\venv\lib\site-packages (from mkl<=2021.4.0,>=2021.1.1->torch) (2021.13.1) Installing collected packages: torch, torchvision, torchaudio Attempting uninstall: torch Found existing installation: torch 2.3.1+cu121 Uninstalling torch-2.3.1+cu121: Successfully uninstalled torch-2.3.1+cu121 Attempting uninstall: torchvision Found existing installation: torchvision 0.18.1+cu121 Uninstalling torchvision-0.18.1+cu121: Successfully uninstalled torchvision-0.18.1+cu121 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. open-clip-torch 2.20.0 requires protobuf<4, but you have protobuf 4.25.5 which is incompatible. Successfully installed torch-2.4.1+cu118 torchaudio-2.4.1+cu118 torchvision-0.19.1+cu118
The text was updated successfully, but these errors were encountered:
Getting the following error when I tried to install pytorch. Any idea how to fix it? It is a fresh installation of Forge through Stability Matrix
Requirement already satisfied: MarkupSafe>=2.0 in c:\users\alexl\onedrive\desktop\data\packages\stable diffusion webui forge\venv\lib\site-packages (from jinja2->torch) (2.1.5) Requirement already satisfied: mpmath<1.4,>=1.1.0 in c:\users\alexl\onedrive\desktop\data\packages\stable diffusion webui forge\venv\lib\site-packages (from sympy->torch) (1.3.0) Requirement already satisfied: intel-openmp==2021.* in c:\users\alexl\onedrive\desktop\data\packages\stable diffusion webui forge\venv\lib\site-packages (from mkl<=2021.4.0,>=2021.1.1->torch) (2021.4.0) Requirement already satisfied: tbb==2021.* in c:\users\alexl\onedrive\desktop\data\packages\stable diffusion webui forge\venv\lib\site-packages (from mkl<=2021.4.0,>=2021.1.1->torch) (2021.13.1) Installing collected packages: torch, torchvision, torchaudio Attempting uninstall: torch Found existing installation: torch 2.3.1+cu121 Uninstalling torch-2.3.1+cu121: Successfully uninstalled torch-2.3.1+cu121 Attempting uninstall: torchvision Found existing installation: torchvision 0.18.1+cu121 Uninstalling torchvision-0.18.1+cu121: Successfully uninstalled torchvision-0.18.1+cu121 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. open-clip-torch 2.20.0 requires protobuf<4, but you have protobuf 4.25.5 which is incompatible. Successfully installed torch-2.4.1+cu118 torchaudio-2.4.1+cu118 torchvision-0.19.1+cu118
The text was updated successfully, but these errors were encountered: