声纹识别环境初次搭建

原链接:https://blog.doiduoyi.com/articles/1588569392402.html

1.打开annaconda prompt,输入命令安装pytest-runner和librosa,还有pyaudio

pip install -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com  pytest-runner
pip install -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com  librosa

出现错误:

 

 执行卸载命令后再重新安装:

conda uninstall llvmlite

pip install -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com librosa

检查是否安装上了:

 

接下来安装pyaudio和pydub:

pip install -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com pyaudio
pip install -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com pydub
 

 

posted @ 2020-10-28 15:40  前方路wx  阅读(157)  评论(0编辑  收藏  举报