How can I install streamlit on jetson nano(arm64 ubuntu18.04) without using conda

Hello,

How can I install streamlit on jetson nano(arm64 ubuntu18.04) without using conda.

Thank you.

Hi @neue_zeal -

Unfortunately, Iโ€™m not sure thatโ€™s possible unless you are willing to compile pyarrow yourself. The issue as I understand it is that pyarrow doesnโ€™t install correctly from pip on arm64; the situation may have changed though, I donโ€™t follow it closely.

So thatโ€™s why the recommendation of conda exists, because conda does have support for arm64 for pyarrow. Without pyarrow, you are limited to streamlit < 0.63 (0.78 was just released last week, so quite a few updates have been made since pyarrow support was added).

Best,
Randy