Retrieval-based-Voice-Conversion-WebUI icon indicating copy to clipboard operation
Retrieval-based-Voice-Conversion-WebUI copied to clipboard

numpy报错////ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

Open kkive opened this issue 2 years ago • 0 comments

D:\python\RVC-beta-v2-0618>runtime\python.exe infer-web.py --pycmd runtime\python.exe --port 7897
Traceback (most recent call last):
  File "D:\python\RVC-beta-v2-0618\infer-web.py", line 38, in <module>
    from vc_infer_pipeline import VC
  File "D:\python\RVC-beta-v2-0618\vc_infer_pipeline.py", line 5, in <module>
    import pyworld, os, traceback, faiss, librosa, torchcrepe
  File "D:\python\RVC-beta-v2-0618\runtime\lib\site-packages\pyworld\__init__.py", line 7, in <module>
    from .pyworld import *
  File "pyworld\pyworld.pyx", line 1, in init pyworld.pyworld
ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

D:\python\RVC-beta-v2-0618>pause
Press any key to continue . . .

出现了这个错误怎么解决呢

kkive avatar Jul 05 '23 05:07 kkive