SonderXiaoming / youzi_voice

43 stars 9 forks source link

安装完以后启动报错 #10

Closed heyuzhou12345675 closed 2 years ago

heyuzhou12345675 commented 2 years ago

image image 我理解的是依赖安装的是python2,python3没有安装这个依赖?

cpms commented 2 years ago

试一下pip3 install -r requirements.txt或者python3 -m pip install -r requirements.txt

pip 可以使用参数 -V 来确认对应的 python 版本,如pip3 -V

heyuzhou12345675 commented 2 years ago

好的谢谢,使用pip3 install -r requirements.txt解决这个问题。 然后指令上:角色id列表 命令报错 image

SonderXiaoming commented 2 years ago

git pull一下,同意pr时没注意字体被改了

heyuzhou12345675 commented 2 years ago

拉完还是这个错.. image

SonderXiaoming commented 2 years ago

linux系的系统?,你create_img.py第52行把simyou.ttf的路径手动输入试试

heyuzhou12345675 commented 2 years ago

嗯,我直接偷懒改成绝对路径,命令执行成功