Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?
Self-hosted
If you are self-hosting, what version of Baserow are you running?
Baserow version 2.1.6
If you are self-hosting, which installation method do you use to run Baserow?
Docker version 28.5.2
What are the exact steps to reproduce this issue?
- Start container
I can’t start the Baserow all-in-one docker compose container. I am running a Debian 12.2.0 VM running Docker 28.5.2, other services occupying ports 80 and 443, and NumPy1 installed on the VM. When I start the container, I get this error message:
[CELERY_WORKER] RuntimeError: NumPy was built with baseline optimizations:
[CELERY_WORKER] (X86_V2) but your machine doesn’t support:
[EXPORT_WORKER] (X86_V2).
As far as I can tell, the issue is that Baserow 2.1.6 is trying to use NumPy2 but Debian 12.2.0 uses NumPy1. Is there any way to run NumPy1 through the docker-compose.yml? Or is there some other error that I’m missing?
Thanks