Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation issues (Win10) #37

Open
Nikas10 opened this issue Feb 6, 2025 · 1 comment
Open

Installation issues (Win10) #37

Nikas10 opened this issue Feb 6, 2025 · 1 comment

Comments

@Nikas10
Copy link

Nikas10 commented Feb 6, 2025

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
@Nikas10
Copy link
Author

Nikas10 commented Feb 6, 2025

fixed with full reinstall of
python to 3.12
cuda to 12.4
appropriate torch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant