help|665x476
hello everybody i am having trouble using streamlit just after installing it. Please help me deal with this problem, i will really appreciate it.
Can you try pip install --upgrade protobuf?
Yeah randy is right, pip install --upgrade protobuf should work.
I’m not familiar with zorin OS, but this looks like a case where the installer might have installed the wrong version of the code for your CPU/OS. How did you install Streamlit?
i used this command pip install streamlit that’s how i installed streamlit. So is there any streamlit for zorin OS
It looks like Zorin is effectively an Ubuntu distro, so it should work. Are you using 32-bit or 64-bit Python? Newer versions of Streamlit only work on 64-bit, as they require Apache Arrow (which is 64-bit only).

