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

Got error when running go-web.bat

Open hysasuke opened this issue 2 years ago • 1 comments

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

Seems like upgrading numpy will resolve the issue after some research. However, I'm not so familar with Python, so could anyone help me with that? Thanks a lot.

hysasuke avatar Jun 06 '23 00:06 hysasuke

same but different error

  File "__init__.pxd", line 942, in numpy.import_array
RuntimeError: module compiled against API version 0x10 but this version of numpy is 0xf

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "H:\blah blah had to move these\X\RVC\RVC-beta-v2-0528\infer-web.py", line 84, in <module>
    from vc_infer_pipeline import VC
  File "H:\blah blah had to move these\X\RVC\RVC-beta-v2-0528\vc_infer_pipeline.py", line 5, in <module>
    import pyworld, os, traceback, faiss, librosa,torchcrepe
  File "H:\blah blah had to move these\X\RVC\RVC-beta-v2-0528\runtime\lib\site-packages\pyworld\__init__.py", line 7, in <module>
    from .pyworld import *
  File "pyworld\pyworld.pyx", line 6, in init pyworld.pyworld
  File "__init__.pxd", line 944, in numpy.import_array
ImportError: numpy.core.multiarray failed to import```

FlashlightET avatar Jun 07 '23 08:06 FlashlightET

This issue was closed because it has been inactive for 15 days since being marked as stale.

github-actions[bot] avatar Apr 28 '24 04:04 github-actions[bot]