Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLalchemy error after running info #809

Open
SonnyWalkman opened this issue Mar 20, 2021 · 1 comment
Open

SQLalchemy error after running info #809

SonnyWalkman opened this issue Mar 20, 2021 · 1 comment

Comments

@SonnyWalkman
Copy link

I get this when running mishmash info for the first time. Any idea of issue?

from sqlalchemy.orm.query import _ColumnEntity
ImportError: cannot import name '_ColumnEntity' from 'sqlalchemy.orm.query' (c:\python38\lib\site-packages\sqlalchemy\orm\query.py)

@SonnyWalkman
Copy link
Author

I figured it out. New version of sqlalchemy released 1.4 which used context.

I'd suggest adding sqlalchemy < 1.4
in requirements.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant