You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we run wrf4g start, wrf4g do not start and we get the following error:
File "/usr/share/miniconda/lib/python3.10/site-packages/sqlalchemy/orm/_orm_constructors.py", line 1880, in _mapper_fn
raise InvalidRequestError(
sqlalchemy.exc.InvalidRequestError: The 'sqlalchemy.orm.mapper()' function is removed as of SQLAlchemy 2.0. Use the 'sqlalchemy.orm.registry.map_imperatively()` method of the ``sqlalchemy.orm.registry`` class to perform classical mapping.
The SQLAlchemy version of pip package is 2.0.5.
The text was updated successfully, but these errors were encountered:
When we run
wrf4g start
, wrf4g do not start and we get the following error:The SQLAlchemy version of pip package is 2.0.5.
The text was updated successfully, but these errors were encountered: