Recently, the author of Pyvideotrans released the Chatterbox TTS multilanguage version on GitHub. I have downloaded and installed it following the instructions.
After successfully completing the installation with the "启动服务.bat" (Start Service.bat) file, I proceeded to run the "安装N卡GPU支持.bat" (Install NVIDIA GPU Support.bat) file, but it displayed an error on the screen.
I would greatly appreciate your help in fixing this issue and integrating it into Pyvideotrans. Thank you very much for your assistance.
WARNING: Skipping torchaudio as it is not installed.
ERROR: Exception:
Traceback (most recent call last):
File "F:\05_Text_2_Speech\chatterbox-win-NoModels-1005\runtime.\Lib\site-packages\pip\_internal\cli\base_command.py",
line 167, in exc_logging_wrapper
status = run_func(*args)
File "F:\05_Text_2_Speech\chatterbox-win-NoModels-1005\runtime.\Lib\site-packages\pip\_internal\cli\req_command.py",
line 205, in wrapper
return func(self, options, args)
File "F:\05_Text_2_Speech\chatterbox-win-NoModels-1005\runtime.\Lib\site-packages\pip\_internal\commands\install.py",
line 324, in run
resolver = self.make_resolver(
File "F:\05_Text_2_Speech\chatterbox-win-NoModels-1005\runtime.\Lib\site-packages\pip\_internal\cli\req_command.py",
line 357, in make_resolver
import pip._internal.resolution.resolvelib.resolver
File "F:\05_Text_2_Speech\chatterbox-win-NoModels-1005\runtime.\Lib\site-packages\pip\_internal\resolution\resolvelib\resolver.py", line 7, in
from pip._vendor.resolvelib import BaseReporter, ResolutionImpossible
File "F:\05_Text_2_Speech\chatterbox-win-NoModels-1005\runtime.\Lib\site-packages\pip\_vendor\resolvelib\__init__.py", line 1, in
from .resolvers import *
File "F:\05_Text_2_Speech\chatterbox-win-NoModels-1005\runtime.\Lib\site-packages\pip\_vendor\resolvelib\resolvers\__init__.py", line 1, in
from .structs import RequirementInformation
ImportError: cannot import name 'RequirementInformation' from 'pip._vendor.resolvelib.structs' (F:\05_Text_2_Speech\chatterbox-win-NoModels-1005\runtime.\Lib\site-packages\pip\_vendor\resolvelib\structs.py)