[postponed] Installing python pandas to Haiku?

Is there a way to install pandas to Haiku?

I installed python3.14 and pip_python3.10 from HaikuDepot, and then tried to install pandas from Terminal using pip. It took a very long time for the install to complete, and pip outputted a very long list of errors (I’ve pasted in the Terminal output at the link below).

I wonder whether there’s a better way to do this in Haiku?

Pip tries to build a package from GitHub - scikit-build/cmake-python-distributions: This project provides the infrastructure to build CMake Python wheels.

As this one doesn’t support Haiku yet, you’ll have to patch, build, install manually.

1 Like

Thanks. That’s a bit overwhelming! I think I’ll boot up into my GhostBSD or FerenOS SSD when doing my python studies…