How to install Streamlit on 32 bit pc

Hi All,

I have been trying to install 32 pit pc but getting below error

self.run_command(cmd_name)
File "c:\users\dhruv\appdata\local\programs\python\python37-32\lib\distutils\cmd.py", line 313, in run_command
  self.distribution.run_command(command)
File "c:\users\dhruv\appdata\local\programs\python\python37-32\lib\distutils\dist.py", line 985, in run_command
  cmd_obj.run()
File "setup.py", line 94, in run
  self._run_cmake()
File "setup.py", line 273, in _run_cmake
  raise RuntimeError('Not supported on 32-bit Windows')

RuntimeError: Not supported on 32-bit Windows

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

I tried this solution as well but didnt get any luck :

Hello @Dhruv, welcome to the community!


Are you talking about this solution ?

Also quote :

Apache Arrow has been added for Streamlit Components in 0.63, your best bet if you’re on a 32-bit is to downgrade your Streamlit version, like pip install streamlit==0.62.

Fanilo

2 Likes

Yes @andfanilo, thanks for the welcome message. This did solve the problem I was facing