Results 3 issues of

ModuleNotFoundError: No module named 'librosa' ![image](https://user-images.githubusercontent.com/44706193/179791727-7c4a4a6e-7f1a-4f9b-9a8b-82ad1be08f81.png)

**Summary[问题简述(一句话)]** 运行pip install -r requirements.txt 来安装剩余的必要包。 安装 C++ 14.0后仍然报错。 Building wheel for ctc-segmentation (setup.py) ... error Running setup.py clean for ctc-segmentation Building wheel for pyworld (PEP 517) ... error **Env...

①先卸载pytorch cmd运行 pip uninstall torch ②修改对应的torchvision、torchaudio版本(见下两图) ![image](https://user-images.githubusercontent.com/44706193/185317627-a3ff8839-f7cc-4ee3-b1e7-75d626afb37d.png) ![image](https://user-images.githubusercontent.com/44706193/185318511-a2174b1d-5db5-4cf1-a2df-5950cfa3c492.png) ③安装指令:pip install torchvision==0.10.0 和 pip install torchaudio==0.9.0 ④去https://download.pytorch.org/whl/torch_stable.html网站,找到并下载cu111/torchvision-0.9.0%2Bcu111-cp39-cp39-win_amd64.whl此文件。 ⑤在下载目录运行cmd,安装指令: pip install torch-1.9.0+cu111-cp39-cp39-win_amd64.whl