YuliangXiu / ECON

[CVPR'23, Highlight] ECON: Explicit Clothed humans Optimized via Normal integration
https://xiuyuliang.cn/econ
Other
1.08k stars 106 forks source link

help,pytorch3d install failed #72

Open Dragonkingpan opened 1 year ago

Dragonkingpan commented 1 year ago

I failed when installing pytorch3d, I am a windows system, follow the installation instructions for windows, VS2022 is installed, the version of all components is the same as the instructions, but when installing pytorch3d, I got an error.

C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.3/include\crt/host_config.h(160): fatal error C1189: #error: -- unsupported Microsoft Visual Studio version! Only the versions between 2017 and 2019 (inclusive) are sup ported! The nvcc flag '-allow-unsupported-compiler' can be used to override this version check; however, using an unsupported host compiler may cause compilation failure or incorrect run time execution. Use at your own risk. ball_query.cu error: command 'C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v11.3\\bin\\nvcc.exe' failed with exit code 2

yuedajiong commented 1 year ago

the solution is in error message? MS-VS version must >2017 and <=2019. intall it? or use -allow-unsupported-compiler to compile.