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
mudary1@mudary1:~/starlink-graph$ python3 starlink-graph.py
Traceback (most recent call last):
File "/home/mudary1/starlink-graph/starlink-graph.py", line 24, in
from history import History
File "/home/mudary1/starlink-graph/history/init.py", line 3, in
from sqlalchemy.orm import Mapped, DeclarativeBase
ImportError: cannot import name 'DeclarativeBase' from 'sqlalchemy.orm' (/usr/lib/python3/dist-packages/sqlalchemy/orm/init.py). Did you mean: 'declarative_base'?
The text was updated successfully, but these errors were encountered:
Ubuntu 24.0.1
mudary1@mudary1:~/starlink-graph$ python3 starlink-graph.py
Traceback (most recent call last):
File "/home/mudary1/starlink-graph/starlink-graph.py", line 24, in
from history import History
File "/home/mudary1/starlink-graph/history/init.py", line 3, in
from sqlalchemy.orm import Mapped, DeclarativeBase
ImportError: cannot import name 'DeclarativeBase' from 'sqlalchemy.orm' (/usr/lib/python3/dist-packages/sqlalchemy/orm/init.py). Did you mean: 'declarative_base'?
The text was updated successfully, but these errors were encountered: