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