scipy 1.7.3 depends on numpy<1.23.0 and >=1.16.5
Opened this issue · 3 comments
KoitoTouko commented
wrong version in "requirements.txt"
innnky commented
现在应该好了,我测试在ubuntu18下r装完equirements.txt应该是能跑起来了
KoitoTouko commented
现在应该好了,我测试在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
pip install numpy==1.23.0 fixed it in my case