eNMS-automation / eNMS

An enterprise-grade vendor-agnostic network automation platform.
https://www.enms.io/
GNU General Public License v3.0
812 stars 162 forks source link

Error when launching application AssociationProxyExtensionType #400

Closed Christian989898 closed 1 year ago

Christian989898 commented 1 year ago

Hi,

I installed all the module in the requirement but i'm getting this error when trying to launch the app: from sqlalchemy.ext.associationproxy import AssociationProxyExtensionType ImportError: cannot import name 'AssociationProxyExtensionType'

afourmy commented 1 year ago

works fine for me with sqlalchemy 2.0.20 (latest version) ?

Christian989898 commented 1 year ago

I was with the last version then i found out this "https://stackoverflow.com/questions/75391653/importerror-cannot-import-name-association-proxy-from-sqlalchemy-ext-associa" and installed 1.4.46 but same problem

afourmy commented 1 year ago

works fine with latest version of sqlalchemy closing as not a bug