HRNPH / AIwaifu

Open-Waifu open-sourced finetunable customizable simpable AI waifu inspired by neuro-sama
GNU General Public License v2.0
402 stars 31 forks source link

Error when running main.py #36

Closed MayiVT closed 1 year ago

MayiVT commented 1 year ago

Hello, Im trying to run these app, I've followed step by step the readme installation part, I'm using python 3.8.16 like it's said on the readme, but when I try to run the main.py, I get the following error:

(NeuralYui) D:\NeuralYui\AIwaifu>python main.py
Initializing... Dependencies
Loading Waifu Vocal Pipeline...
Traceback (most recent call last):
  File "main.py", line 35, in <module>
    vocal_pipeline = tts_pipeline()
  File "main.py", line 24, in __init__
    self.model = tts.OpenJtalk()
  File "D:\NeuralYui\AIwaifu\AIVoifu\tts\tts.py", line 33, in __init__
    import pyopenjtalk
  File "D:\Programs\anaconda3\envs\NeuralYui\lib\site-packages\pyopenjtalk\__init__.py", line 20, in <module>
    from .htsengine import HTSEngine
  File "pyopenjtalk/htsengine.pyx", line 1, in init pyopenjtalk.htsengine
ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

(NeuralYui) D:\NeuralYui\AIwaifu>
MayiVT commented 1 year ago

I fixed the issue installing python 3.9

HRNPH commented 1 year ago

seem like it's with Numpy versioning problem