Skip to content

Pip errors #43

Open
Open
@pavankay

Description

when doing pip install -r requirments i get this output:

(shot-xl) C:\transformers\T2V\Hotshot-XL>pip install -r requirements.txt
Collecting accelerate==0.23.0 (from -r requirements.txt (line 1))
Using cached accelerate-0.23.0-py3-none-any.whl.metadata (18 kB)
Collecting appdirs==1.4.4 (from -r requirements.txt (line 2))
Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
Collecting certifi==2023.7.22 (from -r requirements.txt (line 3))
Using cached certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB)
Collecting charset-normalizer==3.3.0 (from -r requirements.txt (line 4))
Using cached charset_normalizer-3.3.0-cp310-cp310-win_amd64.whl.metadata (33 kB)
Collecting click==8.1.7 (from -r requirements.txt (line 5))
Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
Collecting cmake==3.27.6 (from -r requirements.txt (line 6))
Using cached cmake-3.27.6-py2.py3-none-win_amd64.whl.metadata (6.8 kB)
Collecting decorator==4.4.2 (from -r requirements.txt (line 7))
Using cached decorator-4.4.2-py2.py3-none-any.whl (9.2 kB)
Collecting diffusers==0.21.4 (from -r requirements.txt (line 8))
Using cached diffusers-0.21.4-py3-none-any.whl.metadata (18 kB)
Collecting docker-pycreds==0.4.0 (from -r requirements.txt (line 9))
Using cached docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB)
Collecting einops==0.7.0 (from -r requirements.txt (line 10))
Using cached einops-0.7.0-py3-none-any.whl.metadata (13 kB)
Collecting filelock==3.12.4 (from -r requirements.txt (line 11))
Using cached filelock-3.12.4-py3-none-any.whl.metadata (2.8 kB)
Collecting fsspec==2023.9.2 (from -r requirements.txt (line 12))
Using cached fsspec-2023.9.2-py3-none-any.whl.metadata (6.7 kB)
Collecting gitdb==4.0.10 (from -r requirements.txt (line 13))
Using cached gitdb-4.0.10-py3-none-any.whl (62 kB)
Collecting GitPython==3.1.37 (from -r requirements.txt (line 14))
Using cached GitPython-3.1.37-py3-none-any.whl.metadata (12 kB)
Collecting huggingface-hub==0.16.4 (from -r requirements.txt (line 15))
Using cached huggingface_hub-0.16.4-py3-none-any.whl.metadata (12 kB)
Collecting idna==3.4 (from -r requirements.txt (line 16))
Using cached idna-3.4-py3-none-any.whl (61 kB)
Collecting imageio==2.31.5 (from -r requirements.txt (line 17))
Using cached imageio-2.31.5-py3-none-any.whl.metadata (4.6 kB)
Collecting imageio-ffmpeg==0.4.9 (from -r requirements.txt (line 18))
Using cached imageio_ffmpeg-0.4.9-py3-none-win_amd64.whl.metadata (1.7 kB)
Collecting importlib-metadata==6.8.0 (from -r requirements.txt (line 19))
Using cached importlib_metadata-6.8.0-py3-none-any.whl.metadata (5.1 kB)
Collecting Jinja2==3.1.2 (from -r requirements.txt (line 20))
Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB)
Collecting lit==17.0.2 (from -r requirements.txt (line 21))
Using cached lit-17.0.2.tar.gz (154 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing metadata (pyproject.toml) ... done
Collecting MarkupSafe==2.1.3 (from -r requirements.txt (line 22))
Using cached MarkupSafe-2.1.3-cp310-cp310-win_amd64.whl.metadata (3.1 kB)
Collecting moviepy==1.0.3 (from -r requirements.txt (line 23))
Using cached moviepy-1.0.3.tar.gz (388 kB)
Preparing metadata (setup.py) ... done
Collecting mpmath==1.3.0 (from -r requirements.txt (line 24))
Using cached mpmath-1.3.0-py3-none-any.whl (536 kB)
Collecting networkx==3.1 (from -r requirements.txt (line 25))
Using cached networkx-3.1-py3-none-any.whl (2.1 MB)
Collecting numpy==1.26.0 (from -r requirements.txt (line 26))
Using cached numpy-1.26.0-cp310-cp310-win_amd64.whl.metadata (61 kB)
Collecting nvidia-cublas-cu11==11.10.3.66 (from -r requirements.txt (line 27))
Using cached nvidia_cublas_cu11-11.10.3.66-py3-none-win_amd64.whl (311.1 MB)
Collecting nvidia-cuda-cupti-cu11==11.7.101 (from -r requirements.txt (line 28))
Using cached nvidia_cuda_cupti_cu11-11.7.101-py3-none-win_amd64.whl (8.5 MB)
Collecting nvidia-cuda-nvrtc-cu11==11.7.99 (from -r requirements.txt (line 29))
Using cached nvidia_cuda_nvrtc_cu11-11.7.99-py3-none-win_amd64.whl (17.0 MB)
Collecting nvidia-cuda-runtime-cu11==11.7.99 (from -r requirements.txt (line 30))
Using cached nvidia_cuda_runtime_cu11-11.7.99-py3-none-win_amd64.whl (991 kB)
ERROR: Ignored the following yanked versions: 8.9.4.19
ERROR: Could not find a version that satisfies the requirement nvidia-cudnn-cu11==8.5.0.96 (from versions: 0.0.1.dev5, 8.9.4.25, 8.9.5.29)
ERROR: No matching distribution found for nvidia-cudnn-cu11==8.5.0.96

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions