运行aubio出错:
Failed opening 'filename' (could not find in RIFF header)
在GitHub找到解决方式,重新安装即可
pip uninstall -yv aubio
pip install --force-reinstall --no-cache-dir --verbose aubio
运行aubio出错:
Failed opening 'filename' (could not find in RIFF header)
在GitHub找到解决方式,重新安装即可
pip uninstall -yv aubio
pip install --force-reinstall --no-cache-dir --verbose aubio