google / tensorstore

Library for reading and writing large multi-dimensional arrays.
https://google.github.io/tensorstore/
Other
1.35k stars 120 forks source link

Error while installing "tensorstore" on jetson linux (jetpack) #143

Open jwkangsheep opened 8 months ago

jwkangsheep commented 8 months ago

Hello!

I recently tried to install 'tensorstore' package on my jetson orin nano development kit.

When i tried 'pip install tensorstore' on virtual environment operated by python 3.11 which i installed manually, an error occurred which said: note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for tensorstore Failed to build tensorstore ERROR: Could not build wheels for tensorstore, which is required to install pyproject.toml-based projects

I even tried manual installing using whl file but the result was the same.

I think it happened because there is no whl for 'linux-aarch64' setting, there is only 'manylinux-x86-64' setting whl file, roughly representing.

these are the properties of my board: Linux 20.04 jetpack 5.1.1 aarch64

How can i install it successfullly?

Thanks.

laramiel commented 8 months ago

Try this:

https://google.github.io/tensorstore/installation.html#python-api-from-source