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
hi
when I start project databases in pycharm it show's me error AttributeError: module 'sqlalchemy.orm' has no attribute 'relation'
the problem is SQLAlchemy version compatibility.
current version is 2.0.36 - get this error.
you need to downgrade SQLAlchemy to version 1.4.53 - pip3 install sqlalchemy==1.4.53
this version is compatible with project.
The text was updated successfully, but these errors were encountered:
hi
when I start project
databases
in pycharm it show's me errorAttributeError: module 'sqlalchemy.orm' has no attribute 'relation'
the problem is
SQLAlchemy
version compatibility.current version is 2.0.36 - get this error.
you need to downgrade
SQLAlchemy
to version 1.4.53 -pip3 install sqlalchemy==1.4.53
this version is compatible with project.
The text was updated successfully, but these errors were encountered: