安装出错
LINUX运行安装脚本后报错 [notice] A new release of pip is available: 24.2 -> 25.0.1 [notice] To update, run: pip install --upgrade pip Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu124 Collecting xformers==0.0.28.post1 Using cached xformers-0.0.28.post1.tar.gz (7.8 MB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [20 lines of output]
Traceback (most recent call last):
File "/data2/lh/lora-scripts/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in
note: This error originates from a subprocess, and is likely not a problem with pip.
[notice] A new release of pip is available: 24.2 -> 25.0.1 [notice] To update, run: pip install --upgrade pip error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip. Installing deps... Collecting accelerate==0.33.0 (from -r requirements.txt (line 1)) Using cached accelerate-0.33.0-py3-none-any.whl.metadata (18 kB) Collecting transformers==4.44.0 (from -r requirements.txt (line 2)) Using cached transformers-4.44.0-py3-none-any.whl.metadata (43 kB) Collecting diffusers==0.25.0 (from diffusers[torch]==0.25.0->-r requirements.txt (line 3)) Using cached diffusers-0.25.0-py3-none-any.whl.metadata (19 kB) Collecting ftfy==6.1.1 (from -r requirements.txt (line 4)) Using cached ftfy-6.1.1-py3-none-any.whl.metadata (6.1 kB) Collecting opencv-python==4.8.1.78 (from -r requirements.txt (line 6)) Using cached opencv_python-4.8.1.78-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (19 kB) Collecting einops==0.7.0 (from -r requirements.txt (line 7)) Using cached einops-0.7.0-py3-none-any.whl.metadata (13 kB) Collecting pytorch-lightning==1.9.0 (from -r requirements.txt (line 8)) Using cached pytorch_lightning-1.9.0-py3-none-any.whl.metadata (23 kB) ERROR: Could not find a version that satisfies the requirement bitsandbytes==0.44.0 (from versions: 0.31.8, 0.32.0, 0.32.1, 0.32.2, 0.32.3, 0.33.0, 0.33.1, 0.34.0, 0.35.0, 0.35.1, 0.35.2, 0.35.3, 0.3 5.4, 0.36.0, 0.36.0.post1, 0.36.0.post2, 0.37.0, 0.37.1, 0.37.2, 0.38.0, 0.38.0.post1, 0.38.0.post2, 0.38.1, 0.39.0, 0.39.1, 0.40.0, 0.40.0.post1, 0.40.0.post2, 0.40.0.post3, 0.40.0.post4, 0.40.1, 0.40.1.post1, 0.40.2, 0.41.0, 0.41.1, 0.41.2, 0.41.2.post1, 0.41.2.post2, 0.41.3, 0.41.3.post1, 0.41.3.post2, 0.42.0)
[notice] A new release of pip is available: 24.2 -> 25.0.1 [notice] To update, run: pip install --upgrade pip ERROR: No matching distribution found for bitsandbytes==0.44.0 Install completed 怎么解决啊
解决了吗