ardha27 / AI-Waifu-Vtuber

AI Vtuber for Streaming on Youtube/Twitch
764 stars 124 forks source link

why i still got this even though i dont have that line #19

Closed KiyoshiTheBoss closed 1 year ago

KiyoshiTheBoss commented 1 year ago

PS C:\Users\60107\Downloads\AI-Waifu-Vtuber-master> python .\run.py Traceback (most recent call last): File "C:\Users\60107\Downloads\AI-Waifu-Vtuber-master\run.py", line 14, in
from utils.TTS import File "C:\Users\60107\Downloads\AI-Waifu-Vtuber-master\utils\TTS.py", line 5, in from utils.katakana import File "C:\Users\60107\Downloads\AI-Waifu-Vtuber-master\utils\katakana.py", line 1, in import MeCab File "C:\Users\60107\AppData\Roaming\Python\Python311\site-packages\MeCab__init__.py", line 10, in from . import _MeCab ImportError: DLL load failed while importing _MeCab: The specified module could not be found. PS C:\Users\60107\Downloads\AI-Waifu-Vtuber-master>

KiyoshiTheBoss commented 1 year ago

in run.py the katakana_text = katakana_converter(tts) is not there and i still got this problem like how

ardha27 commented 1 year ago

delete this two line on TTS.py

from utils.katakana import * katakana_text = katakana_converter(tts)

KiyoshiTheBoss commented 1 year ago

now this sigh

PS C:\Users\60107\Downloads\AI-Waifu-Vtuber-master (1)> & "C:/Program Files/Python311/python.exe" "c:/Users/60107/Downloads/AI-Waifu-Vtuber-master (1)/AI-Waifu-Vtuber-master/run.py" Traceback (most recent call last): File "c:\Users\60107\Downloads\AI-Waifu-Vtuber-master (1)\AI-Waifu-Vtuber-master\run.py", line 16, in from utils.TTS import File "c:\Users\60107\Downloads\AI-Waifu-Vtuber-master (1)\AI-Waifu-Vtuber-master\utils\TTS.py", line 5, in from utils.katakana import File "c:\Users\60107\Downloads\AI-Waifu-Vtuber-master (1)\AI-Waifu-Vtuber-master\utils\katakana.py", line 1, in import MeCab File "C:\Users\60107\AppData\Roaming\Python\Python311\site-packages\MeCab__init__.py", line 10 from . import _MeCab==0.996.3 IndentationError: unexpected indent

KiyoshiTheBoss commented 1 year ago

oh oh it work now thank you

KiyoshiTheBoss commented 1 year ago

thank you so much i love you