OSError: sndfile library not found
OSError: cannot load library '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/_soundfile_data/libsndfile.dylib': dlopen(/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/_soundfile_data/libsndfile.dylib, 0x0002): tried: '/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/_soundfile_data/libsndfile.dylib' (no such file)
python の音響分析ライブラリlibrosaをimportしてエラーとなる場合の対処方法を紹介します。
HomeBrewでの環境であれば、
brew install libsndfile
homebrewでlibsndfileをインストールすれば大丈夫です。
これ読んで勉強してますが、むずかしいよね。。。