pip install git+https://github.com/tatsy/torchmcubes.git --> error
Building wheels for collected packages: torchmcubes Building wheel for torchmcubes (setup.py) ... error error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [20 lines of output] running bdist_wheel running build running build_py creating build creating build\lib.win-amd64-cpython-312 creating build\lib.win-amd64-cpython-312\torchmcubes copying torchmcubes_init.py -> build\lib.win-amd64-cpython-312\torchmcubes running build_ext C:\Users\TF_USER\AppData\Local\Programs\Python\Python312\Lib\site-packages\torch\\utils\cpp_extension.py:381: UserWarning: Error checking compiler version for cl: [WinError 2] 지정된 파일을 찾을 수 없습니다 warnings.warn(f'Error checking compiler version for {compiler}: {error}') building 'torchmcubes_module' extension CUDA environment was not successfully loaded! Build only CPU module! running bdist_wheel running build running build_py copying torchmcubes_init.py -> build\lib.win-amd64-cpython-312\torchmcubes running build_ext building 'torchmcubes_module' extension error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ [end of output]
note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for torchmcubes Running setup.py clean for torchmcubes Failed to build torchmcubes ERROR: Could not build wheels for torchmcubes, which is required to install pyproject.toml-based projects
pls. solve the problem
Source: VAST-AI-Research/TripoSR