赞
踩
sudo apt-get update
sudo apt-get install libsndfile1
# Python环境下
>>> soundfile.__version__
'0.12.1'
>>> soundfile.__libsndfile_version__
'1.0.28'
pip install --force-reinstall soundfile
# Python环境下
>>> soundfile.__version__
'0.12.1'
>>> soundfile.__libsndfile_version__
'1.2.0'
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。