Install streamlit jetson nano

i try to install streamlit in my jetson nano (ubuntu 16.04). but i cannot
it seem that it cannot install pyarrow

  ERROR: Failed building wheel for pyarrow
Failed to build pyarrow
ERROR: Could not build wheels for pyarrow which use PEP 517 and cannot be installed directly

You might try using conda, as pyarrow doesn’t seem to always work when installing using pip:

conda install -c conda-forge streamlit

Best,
Randy

1 Like

Hello,

Can I install conda on jetson nano (arm64 ubuntu18.04)?

Thank you.