sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such column: Debug Print Notification

Hello,
I just installed prefect 2.16.9 in a pyhthon3.9 virtualenv on FreeBSD 14.0.
I think I didn’t any steps durring the installtion, but I cannot make prefect server start to work,

$ 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

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: Error Messages — SQLAlchemy 2.0 Documentation)
Application startup failed. Exiting.
Server stopped!

Any ideias how to solve this issue?

Thanks,
Pedro