torch._dynamo.exc.BackendCompilerFailed: backend='inductor' raised: InvalidCxxCompiler: No working C++ compiler found in torch._inductor.config.cpp.cxx: (None, 'g++')
Python版本:3.10.4 操作系统:win10
按照环境安装的方式安装,torch~=2.1.0 安装了2.1.2的版本,到安装vocos的时候,会自动卸载torch2.1.2版本然后自动安装2.3.0,信息如下: "Installing collected packages: torch, torchaudio Attempting uninstall: torch Found existing installation: torch 2.1.2 Uninstalling torch-2.1.2: Successfully uninstalled torch-2.1.2 Successfully installed torch-2.3.0 torchaudio-2.3.0"
然后运行demo就会报无法找到c++编译器的问题。
猜测是torch版本的问题?