Import errror while installation

I was installing jet-django using the official documentation.

Everything was working fine until I started live server
It said
ImportError: cannot import name ‘_bind_or_error’ from ‘sqlalchemy.sql.base’

maybe it’s a version conflict

Can you tell me what version of sqlalchemy should I use.

peace

Hi @Mujahid_Sheikh yes, it looks like a version conflict. Which SQLAlchemy do you have? We are running our Jet Bridge Cloud on SQLAlchemy==1.4.27

really thankyou! it worked.

when i entered the command
pip install jet-django -U
it installed SQLAlchemy==2.x.x
which creates this issue
for the newbies like me, make sure you use SQLAlchemy==1.4.27 and also install tornado by
pip install tornado