-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Followed exact steps from quick start demo and getting this error (windows and ubuntu the same error)
Traceback (most recent call last):
File "C:\Work\pow\todo\server.py", line 16, in
from todo.lib.application import Application, log_handler
File "c:\Work\pow\todo\lib\application.py", line 12, in
from todo.database.sqldblib import Base, Session, engine
File "c:\Work\pow\todo\database\sqldblib.py", line 42, in
metadata = MetaData(engine)
File "C:\Work\pow\todo\lib\site-packages\sqlalchemy\sql\schema.py", line 5231, in init
raise exc.ArgumentError(
sqlalchemy.exc.ArgumentError: expected schema argument to be a string, got <class 'sqlalchemy.engine.base.Engine'>.
Metadata
Metadata
Assignees
Labels
No labels