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.
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.