-
Notifications
You must be signed in to change notification settings - Fork 734
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels