innnky / so-vits-svc

基于vits与softvc的歌声音色转换模型
GNU Affero General Public License v3.0
3.62k stars 6 forks source link

scipy 1.7.3 depends on numpy<1.23.0 and >=1.16.5 #132

Open KoitoTouko opened 1 year ago

KoitoTouko commented 1 year ago

wrong version in "requirements.txt"

innnky commented 1 year ago

现在应该好了,我测试在ubuntu18下r装完equirements.txt应该是能跑起来了

KoitoTouko commented 1 year ago

现在应该好了,我测试在ubuntu18下r装完equirements.txt应该是能跑起来了

another error occur, "ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject". I think we can update scipy to 1.9.3.

numpy==1.23.4 pyworld===0.3.2 scipy==1.9.3

Keastwood commented 1 year ago

pip install numpy==1.23.0 fixed it in my case