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

Running SVraster on Jetson Orin #11

Open
yhaddouda opened this issue Mar 3, 2025 · 0 comments
Open

Running SVraster on Jetson Orin #11

yhaddouda opened this issue Mar 3, 2025 · 0 comments

Comments

@yhaddouda
Copy link

Hello everyone,
I am trying to run svraster on a Jetson Orin 64Gb, I know that the code wasnt made for the orin architecture but I thought I might open an issue in case someone has succeeded in installing it on Orin. I follow the tuto in the example notebook : https://github.com/NVlabs/svraster/blob/main/notebooks/example.ipynb . I install all the dependecies successfully, but when I do : pip install cuda/ , I get the following error :
` File "/home/nvidia/miniconda3/envs/svr_jupyter/lib/python3.9/site-packages/torch/utils/cpp_extension.py", line 1972, in
supported_sm = [int(arch.split('_')[1])
ValueError: invalid literal for int() with base 10: '90a'
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for svraster_cuda
Running setup.py clean for svraster_cuda
Failed to build svraster_cuda
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (svraster_cuda)`

Thank you

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