HRNPH / AIwaifu

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

ERROR: Cannot install #45

Closed W4RI0CK closed 1 year ago

W4RI0CK commented 1 year ago

ERROR: Cannot install -r ./requirements.txt (line 18), -r ./requirements.txt (line 35), -r ./requirements.txt (line 7), numba==0.56.4 and numpy==1.24.2 because these package versions have conflicting dependencies.

The conflict is caused by: The user requested numpy==1.24.2 blis 0.7.9 depends on numpy>=1.15.0 datasets 2.10.1 depends on numpy>=1.17 librosa 0.10.0.post2 depends on numpy!=1.22.0, !=1.22.1, !=1.22.2 and >=1.20.3 numba 0.56.4 depends on numpy<1.24 and >=1.18

HRNPH commented 1 year ago

The config was now edited and bump Numpy to version 1.20.3 can you try pulling it and install again?

W4RI0CK commented 1 year ago

It worked, thank you!

But now i have another error after the command python ./main.py

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

Fixed by installing numpy==1.23.5