YYuX-1145 / Bert-VITS2-Integration-package

vits2 backbone with bert
https://www.bilibili.com/video/BV13p4y1d7v9
GNU Affero General Public License v3.0
335 stars 29 forks source link

为什么明明安装了modelscope,却一直提示没有modelscope ? #74

Closed qling189 closed 9 months ago

qling189 commented 9 months ago

Traceback (most recent call last): File "auto_transcribe.py", line 22, in from transcribe_tools.funasr_transcribe import run File "E:\Tools\Bert-VITS2-2.3\transcribe_tools\funasr_transcribe.py", line 6, in from . import funasr_transcribe_one File "E:\Tools\Bert-VITS2-2.3\transcribe_tools\funasr_transcribe_one.py", line 4, in from modelscope.pipelines import pipeline ModuleNotFoundError: No module named 'modelscope'

pip list 显示 modelscope 1.12.0

YYuX-1145 commented 9 months ago

是否正确地安装到了整合包虚拟环境中而不是系统的python? 此外模块版本也不对...见requirements