Skip to content

No matching distribution found for torch==2.5.1 #79

@theEpicjosh

Description

@theEpicjosh

I am using Windows 11 and am using Powershell in order to install the Chatterbox TTS Server.

I have cloned the repo to my home directory, created a python environment, and attempted to install the requirements.
However, when I run the command python -m pip install -r requirements-nvidia.txt on to Powershell, I get these logs:

(venv) PS C:\Users\[username]\Chatterbox-TTS-Server> python -m pip install -r requirements-nvidia.txt
Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu121
Collecting git+https://github.com/devnen/chatterbox.git (from -r requirements-nvidia.txt (line 16))
  Cloning https://github.com/devnen/chatterbox.git to c:\users\josh\appdata\local\temp\pip-req-build-xw6bgbv6
  Running command git clone --filter=blob:none --quiet https://github.com/devnen/chatterbox.git 'C:\Users\[username]\AppData\Local\Temp\pip-req-build-xw6bgbv6'
  Resolved https://github.com/devnen/chatterbox.git to commit a6db1d6fbecea30949fd97ad19d8013498d917ed
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
ERROR: Could not find a version that satisfies the requirement torch==2.5.1 (from versions: 2.9.0)
ERROR: No matching distribution found for torch==2.5.1

I understand that version control is crucial for this app, but it doesn't seem that the version of torch that needs to be downloaded in order for the server to work exists according to the logs. Is there another version worth installing? If not, is there an alternative dependency I could install?

If not, is there an alternate way of installing? (a la Docker Compose?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions