Installing streamlit on Linux OS390 Architeture

I’m trying to install streamlit on a Linux OS390 architecture ,but I can’t,
is there any plan for the release of a version for OS390, or a way to adapt and install it?
I’m usaging docker for install

Error :

Building wheels for collected packages: pyarrow
  Building wheel for pyarrow (pyproject.toml) ... error
  error: subprocess-exited-with-error

  × Building wheel for pyarrow (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [291 lines of output]


  ModuleNotFoundError: No module named 'cmake'
      error: command 'D:\\Eind Project Programming Final\\venv\\Scripts\\cmake.exe' failed with exit code 1
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for pyarrow
Failed to build pyarrow
ERROR: Could not build wheels for pyarrow, which is required to install pyproject.toml-based projects

In my experience - Streamlit depends on pyarrow so to fix this you need to install pyarrow to your system
I have same issue with FreeBSD…
So this is not a streamlit issue, unfortunately this is your OS issue.

Where does 'D:\\Eind Project Programming Final\\venv\\Scripts\\cmake.exe' come from? It doesn’t look quite right.

1 Like

https://jorisvandenbossche.github.io/arrow-docs-preview/html-option-3-single-sidebar/python/index.html

Before you install pyarrow first yuu need to have this:
Apache Arrow C++
I think this one
https://jorisvandenbossche.github.io/arrow-docs-preview/html-option-3-single-sidebar/developers/cpp/building.html

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