jianchang512 / ChatTTS-ui

一个简单的本地网页界面,使用ChatTTS将文字合成为语音,同时支持对外提供API接口。A simple native web interface that uses ChatTTS to synthesize text into speech, along with support for external API interfaces.
https://pyvideotrans.com
Other
5.04k stars 549 forks source link

#macOS version install error# #81

Closed humbleAna closed 3 weeks ago

humbleAna commented 4 weeks ago

git commit hash e428361e316d18e53985b630eacf2e6c4347be72 ERROR: Could not find a version that satisfies the requirement torch==2.1.2 (from versions: 2.2.0, 2.2.1, 2.2.2, 2.3.0) ERROR: No matching distribution found for torch==2.1.2

1 i try to install the version 2.2.0 2 then it mention FileNotFoundError: [Errno 2] No such file or directory: '/Users/xx/Desktop/data/chattts/chatTTS-ui/models/pzc163/chatTTS/config/path.yaml' what happend bro

jianchang512 commented 4 weeks ago

80

  1. pip install torch==2.2.0 torchaudio==2.2.0
humbleAna commented 3 weeks ago

80

  1. pip install torch==2.2.0 torchaudio==2.2.0

it worked thanks