README可能有误?
Author: TowardsDawnCreated Sep 16, 2026Updated Sep 16, 2026
powershell运行uv tool install "modelscope"时报错:
No executables are provided by package `modelscope`; removing tool
error: Failed to install entrypoints for `modelscope`
hint: An executable with the name `modelscope` is available via dependency `modelscope-hub`.
Did you mean `uv tool install modelscope-hub`?
修改为uv tool install modelscope-hub后:
PS E:\IndexTTS\index-tts> uv tool install modelscope-hub
Resolved 12 packages in 3.31s
Installed 12 packages in 218ms
+ certifi==2026.7.22
+ cffi==2.1.1
+ charset-normalizer==3.5.1
+ colorama==0.4.6
+ cryptography==50.0.1
+ filelock==3.32.7
+ idna==3.19
+ modelscope-hub==0.4.3
+ pycparser==3.0
+ requests==2.34.2
+ tqdm==4.70.1
+ urllib3==2.8.0
Installed 4 executables: modelscope, modelscope-hub, ms, ms-hub
Source: index-tts/index-tts