-
Notifications
You must be signed in to change notification settings - Fork 2
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
# Instructions to build Depthai-Viewer on Jetson Nano: #71
Comments
Hi @ammar3010 Thanks. |
This issue was resolved, but now when I am installing the wheel, it is giving unsupported platform error. OS: Ubuntu 20.04 |
I get this error: |
Oh, that's right, Python requires wheels to be named a certain way. Renaming to |
python3 -m pip install maturin==0.14.10
maturin build --compatibility manylinux_2_31 --manifest-path rerun_py/Cargo.toml --release --no-default-features --features pypi --universal2 --out dist
python3 -m pip install dist/<wheel>
depthai-viewer
Originally posted by @jakaskerl in #33 (comment)
This command:
is giving this error:
💥 maturin failed
Caused by: No such file or directory (os error 2)
I am new to rust so have no idea how to solve it
The text was updated successfully, but these errors were encountered: