Paraworks / vits_with_chatgpt-gpt3

MIT License
389 stars 52 forks source link

需要帮助 #7

Open mxtilx opened 1 year ago

mxtilx commented 1 year ago

Traceback (most recent call last): File "api_launch.py", line 2, in from text import text_to_sequence File "D:\vits_with_chatgpt-gpt3\text__init.py", line 2, in from text import cleaners File "D:\vits_with_chatgpt-gpt3\text\cleaners.py", line 3, in from text.japanese import clean_japanese, japanese_to_romaji_with_accent, japanese_to_ipa, japanese_to_ipa2, japanese_to_ipa3 File "D:\vits_with_chatgpt-gpt3\text\japanese.py", line 6, in dll = ctypes.cdll.LoadLibrary('cleaners/JapaneseCleaner.dll') File "D:\ProgramData\anaconda3\envs\cvl\lib\ctypes__init__.py", line 451, in LoadLibrary return self._dlltype(name) File "D:\ProgramData\anaconda3\envs\cvl\lib\ctypes\init.py", line 373, in init__ self._handle = _dlopen(self._name, mode) FileNotFoundError: Could not find module 'D:\vits_with_chatgpt-gpt3\cleaners\JapaneseCleaner.dll' (or one of its dependencies). Try using the full path with constructor syntax.

Paraworks commented 1 year ago

下载后解压至vits_with_chatgpt-gpt3, https://github.com/NaruseMioShirakana/JapaneseCleaner/releases/tag/0.7

cupcake0234 commented 1 year ago

image

cupcake0234 commented 1 year ago

安装依赖时,即运行pip install -r requirements.txt,已经安装好了cmake,但是no module named ‘cmake’,在codespace上。

Paraworks commented 1 year ago

那就.........网上找教程手动安装吧,得改成全局