How to install streamlit in termux

I using python in termux by andorid phone. i try to install streamlit in termux ,but failed.

 pip install streamlit

 ERROR: Failed building wheel for pyzmq
Failed to build pillow pyarrow pyzmq
ERROR: Could not build wheels for pyarrow, pyzmq, which is required to install pyproject.toml-based projects

how to fix it?

Hi,
I solved this problem by following steps
1 - Install app Andronix from Google Market.
2 - install fedora from Andronix.
3 - run. /start-fedora.sh to run fedora on Termux.
4 - install python 3.6 or 3.9 by dnf
5 - install streamlit by using pip
Enjoy.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.