Hi, I just installed Prefect in a Python 3.9 virtual environment on FreeBSD 14.0.
$ prefect version
Version: 2.16.9
API version: 0.8.4
Python version: 3.9.18
Git commit: 083def52
Built: Thu, Apr 4, 2024 3:11 PM
OS/Arch: freebsd14/amd64
Profile: default
Server type: ephemeral
Server:
Database: sqlite
SQLite version: 3.45.1
$ prefect server start
I do get the prefect message how to connect to the server, and a few seconds later, some traceback, and this last error message
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such column: Debug Print Notification
[SQL:
DELETE FROM block_type WHERE name = "Debug Print Notification"
]
(Background on this error at:
https://sqlalche.me/e/20/e3q8)
Application startup failed. Exiting.
Server stopped!
Any ideias how to solve this?