Issue with tryton-admin command: cannot import name table from sql

I’ve install an start trytond properly, i’m having an issue while trying to initialize the database with tryton.
using the command: ./trytond-admin --all –database=health where health is my database. im having the error: cannot import name table from sql.

please need any help

You need to install the dependencies of trytond which include python-sql package.

I first had the issue of : “cannot import name sql”, i then installed the python-sql dependency and now the error is cannot import name Table from sql

Then python-sql is not correctly installed.

pip install python-sql

that’s the command i used, any suggestion please?