-
Notifications
You must be signed in to change notification settings - Fork 564
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
TripoSR will not install, i have tried virtually everything, no luck #125
Comments
|
issuse command: get this: C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\BuildCustomizations\CUDA 12.6.targets(799,9): error MSB3721: The command ""C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\bin\nvcc.exe" -gencode=arch=compute_52,code="sm_52,compute_52" --use-local-env -ccbin "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.42.34433\bin\HostX64\x64" -x cu -I |
I was also running into errors installing Torchmcubes with CUDA 12.4, and was able to solve it with the suggestion here: Turns out it requires nvtx3, which is not included with any version of CUDA 12 and up. Perhaps the issue you're having is similar. |
use this on colab google and work for me %cd /content !git clone -b dev https://github.com/camenduru/TripoSR-hf !pip install -q trimesh omegaconf einops rembg gradio !pip install torchmcubes !pip install -q https://github.com/camenduru/wheels/releases/download/colab/torchmcubes-0.1.0-cp310-cp310-linux_x86_64.whl !uname -m !git clone https://github.com/torchmcubes/torchmcubes.git !pip install -r requirements.txt !rm -rf /content/TripoSR-hf %cd /content !pip install -q trimesh omegaconf einops rembg gradio !pip install onnxruntime !yes | pip uninstall gradio -q !pip install -q aiofiles fastapi pandas orjson typing-extensions huggingface-hub %cd /content/TripoSR-hf %cd /content/TripoSR-hf !python setup.py install |
I can not get TripoSR to install, never will it get past this error.... no matter what I do.
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
╰─> [7 lines of output]
running bdist_wheel
running build
running build_py
creating build\lib.win-amd64-cpython-310\torchmcubes
copying torchmcubes_init_.py -> build\lib.win-amd64-cpython-310\torchmcubes
running build_ext
error: [WinError 2] The system cannot find the file specified
[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: ERROR: Failed to build installable wheels for some pyproject.toml based projects (torchmcubes)
What needs fixed ? One click install does not work.....
The text was updated successfully, but these errors were encountered: