[SOLVED] Hello, a newbie question I am getting sta...
# prefect-community
v
[SOLVED] Hello, a newbie question I am getting started with prefect, when I run `
Copy code
prefect server start
I get this error:
Copy code
OSError: [Errno 8] Exec format error: 'docker-compose'
I suspect it might be a
docker-compose
version issue, since the last version is called by running
docker compose
(without
-
) Should I downgrade? (Cuurently Docker Compose version v2.6.0)
1
I confirm it now works after installing docker-compose 1.29.2