I am trying to run Odoo 16 on my mac. I installed Postgres 15 and Python 3.11.
All seems to be properly installed and I successfully installed all dependencies in the requirements.txt.
When I run it locally in PyCharm, then I get an error that the database is not initialized but running it with '-i base' does not help. After this error, another error appears: 'KeyError: `ir.http`'
Somehow it does not create the tables in the database.
Did I do something wrong or am I missing something?