msaf
msaf copied to clipboard
ImportError: numpy.core.multiarray failed to import
Hello, I try to run run_msaf.py, but an error occured, here is the traceback information:
ModuleNotFoundError: No module named 'numpy.core._multiarray_umath'
Traceback (most recent call last):
File "run_msaf.py", line 12, in
hope for your help, thank you
Hi, seems like your numpy version is not compatible with msaf
. According to this, you may be able to solve it by doing:
pip install numpy==1.19.3
Hope this helps!
I tried that way, but seems doesn't work, my numpy version now is 1.19.3
sorry, I changed my python version from 3.8 to 3.6, then the same problem as theme 113, and to solve this problem, I changed the version of numpy&librosa, seems that these packages have some compatible problem thank you so much for help