You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
运行pip install TTS的时候,出现依赖报错
audiostretchy 1.3.5 requires numpy>=1.23.0, but you have numpy 1.22.0 which is incompatible.
tts 0.22.0 requires numpy==1.22.0; python_version <= "3.10", but you have numpy 1.23.0 which is incompatible.
尝试过使用Python3.12.5、Python3.10.9、Python3.9.13
都无法按照自动安装和手动安装去安装依赖,且AudioStretchy需要numpy>=1.23.0,但tts指定了numpy==1.22.0
需要一份新的指定了依赖版本号的requirement.txt
The text was updated successfully, but these errors were encountered: