PaddleSpeech
虚拟环境https://blog.csdn.net/werewolf_st/article/details/47358767
ModuleNotFoundError: No module named 'swig_decoders'报错:
管理员权限运行:(没权限的话就把它修改成777权限)
DeepSpeech/deepspeech/decoders/swig # ./setup.sh
sudo apt-get install g++
ubuntu20.04 gcc-5和g++-5安装
https://blog.csdn.net/qq_37109317/article/details/118214001
切换回gcc-9和g++-9时使用
设置优先级
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 100
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 100
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 100
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-9 100
浙公网安备 33010602011771号