安装soundfile
2022-05-04 本文已影响0人
菌子甚毒
mac m1
pip install soundfile 后报错 oserror: sndfile library not found
解决:安装libsndfile
网上多说brew install libsndfile
。
亲测:pip install libsndfile
mac m1
pip install soundfile 后报错 oserror: sndfile library not found
解决:安装libsndfile
网上多说brew install libsndfile
。
亲测:pip install libsndfile