Hi @bruno_guimaraes,
there is an ongoing discussion here with StevenWalls (he brought it up in the comments section), he has an issue that sounds similar to yours. It is specific to the environment (operating system and python version).
In short, `syncdb` doesn't work if there was some failure during `initdb`. So it would be helpful to see the output of the `initdb` command that you previously executed. And knowing the operating system and Python version would be also helpful.
If you had the same error during `initdb` as what StevenWalls had ("Fatal Python error: none_dealloc: deallocating None"), AND you are using Python version lower than 3.12 on Windows, then my suggestion is upgrading your Python version to 3.12, if that is an option for you, while we analyze the issue further.
It is likely that your database is an inconsistent state now, so before retrying the `initdb` again, you need to drop the one specific table that is being initialized.
Let us know if this was helpful or you need further assistance.