ValveSoftware / openvr

OpenVR SDK
http://steamvr.com
BSD 3-Clause "New" or "Revised" License
6.14k stars 1.28k forks source link

why allow the install of something which is not ARM compatible? #1867

Closed tekntrash closed 3 months ago

tekntrash commented 3 months ago

if you type pip install openvr in an a jetson orin it installs fine

then you try to run it and it complains it cannot find libopenvr_api_64.so, where it clearly it is there

then you do a "file libopenvr_api_64.so" and it tells you it is " ELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, BuildID[sha1]=d2ec240be64cd7987918bc8341b8614d45859f28, not stripped"

thus, NOT an ARM compilation!

Couldn't they just NOT make that pip available for ARM architectures then?

kisak-valve commented 3 months ago

Hello @tekntrash, this question should be directed at the maintainers of that python binding package.

Looks like https://pypi.org/project/openvr/ -> https://github.com/cmbruns/pyopenvr.

tekntrash commented 3 months ago

good idea thanks just did that