Streamlit installation

i am trying to install streamlit in my pycharm 2018.37 version coz i am using 32 bit system, but it is showing error saying:
Could not find a version that satisfies the requirement numpy==1.16.6 (from versions: )
No matching distribution found for numpy==1.16.6
You are using pip version 10.0.1, however version 22.0 is available.
You should consider upgrading via the ‘python -m pip install --upgrade pip’ command.

i have tried both ways:
1.)via terminal(pip install streamlit) command
2.)And through settings

pls resolve this issue ASAP.

Hi @kartik_sharma, welcome to the Streamlit community!

There’s nothing for us to “resolve” here, as we haven’t supported 32-bit Python in some time, due to our dependency on Apache Arrow. You can install a very old version of Streamlit, but given our dependencies don’t provide 32-bit versions, we cannot either.

Best,
Randy

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