mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-26 08:00:46 -07:00
Includes detailed logs for attempts to install dependencies such as torch, torchvision, and clip, along with setuptools version changes. Documents various errors and issues encountered during setup, providing context for troubleshooting environment and package installation problems in the project.
10 lines
481 B
Text
10 lines
481 B
Text
Collecting setuptools==80.9.0
|
|
Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
|
|
Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
|
|
---------------------------------------- 1.2/1.2 MB 30.3 MB/s 0:00:00
|
|
Installing collected packages: setuptools
|
|
Attempting uninstall: setuptools
|
|
Found existing installation: setuptools 65.5.0
|
|
Uninstalling setuptools-65.5.0:
|
|
Successfully uninstalled setuptools-65.5.0
|
|
Successfully installed setuptools-80.9.0
|