You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Im having several issues during installation on my win 10
setup tools, wheel are installed
visual studio build tools - installed for C++
torch for cuda 118, 2.6.0
python 3.10
issues are with texture_baker and uv_unwrapper
first it was in torch/utils/cpp_extension where ninja did not run with -v flag
after i fixed it to --version, next errors are present:
baker:
csrc\baker.obj
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\bin\HostX64\x64\link.exe' failed with exit code 1181
unwrapper:
uv_unwrapper\csrc\bvh.obj
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\bin\HostX64\x64\link.exe' failed with exit code 1181
what i might be doing wrong? Tried reinstalling torch, did not help
The text was updated successfully, but these errors were encountered:
Hi! Im having several issues during installation on my win 10
issues are with texture_baker and uv_unwrapper
first it was in torch/utils/cpp_extension where ninja did not run with -v flag
after i fixed it to --version, next errors are present:
baker:
csrc\baker.obj
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\bin\HostX64\x64\link.exe' failed with exit code 1181
unwrapper:
uv_unwrapper\csrc\bvh.obj
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.42.34433\bin\HostX64\x64\link.exe' failed with exit code 1181
what i might be doing wrong? Tried reinstalling torch, did not help
The text was updated successfully, but these errors were encountered: