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