mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-04-25 14:22:30 -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.
17 lines
817 B
Text
17 lines
817 B
Text
Collecting setuptools==69.5.1
|
|
Downloading setuptools-69.5.1-py3-none-any.whl.metadata (6.2 kB)
|
|
Collecting wheel
|
|
Downloading wheel-0.46.3-py3-none-any.whl.metadata (2.4 kB)
|
|
Collecting packaging>=24.0 (from wheel)
|
|
Downloading packaging-26.0-py3-none-any.whl.metadata (3.3 kB)
|
|
Downloading setuptools-69.5.1-py3-none-any.whl (894 kB)
|
|
---------------------------------------- 894.6/894.6 kB 13.5 MB/s 0:00:00
|
|
Downloading wheel-0.46.3-py3-none-any.whl (30 kB)
|
|
Downloading packaging-26.0-py3-none-any.whl (74 kB)
|
|
Installing collected packages: setuptools, packaging, wheel
|
|
Attempting uninstall: setuptools
|
|
Found existing installation: setuptools 80.9.0
|
|
Uninstalling setuptools-80.9.0:
|
|
Successfully uninstalled setuptools-80.9.0
|
|
|
|
Successfully installed packaging-26.0 setuptools-69.5.1 wheel-0.46.3
|