rtvi-ai / rtvi-infra-examples

Example backend infrastructure for launching new bots that connect to your RTVI clients.
19 stars 10 forks source link

No matching distribution found for torch~=2.3.1; extra == "silero" #5

Closed wjiuzh closed 4 weeks ago

wjiuzh commented 1 month ago

Hi,

I attempted to run the examples by following the instructions in the README file and executing the command:

pip install -r bot/requirements.txt

I encountered the following errors:

ERROR: Could not find a version that satisfies the requirement torch~=2.3.1; extra == "silero" (from pipecat-ai[cartesia,daily,openai,silero]) (from versions: 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2) ERROR: No matching distribution found for torch~=2.3.1; extra == "silero"

Environment details: macOS Python 3.10.14

It appears that the required version of torch (2.3.1) is not available. Could you please provide guidance on how to resolve this issue?

Thank you.

wjiuzh commented 4 weeks ago

Just install torch==2.2.2, it works fine.