I am getting error AttributeError: module 'sqlalchemy' has no attribute 'Binary' when trying to use SQLAlchemy library in Python.
AttributeError: module 'sqlalchemy' has no attribute 'Binary'
sqlalchemy.Binary was renamed to sqlalchemy.LargeBinary and deprecated in 0.6 and finally removed in version 1.4. Use library version < 1.4 or upgrade the codebase.
sqlalchemy.Binary
sqlalchemy.LargeBinary
2.1m questions
2.1m answers
60 comments
57.0k users