I've created a flask application that makes use of SQLAlchemy to store and 
retrieve the data, but I am facing this error. Can anybody please specify 
why the error might be occurring and as to how to solve it.
*File 
"/home/ubuntu/OCR/venv/lib/python3.7/site-packages/sqlalchemy/sql/sqltypes.py", 
line 2227, in result_processor json_deserializer = 
dialect._json_deserializer or json.loads AttributeError: 
'SQLiteDialect_pysqlite' object has no attribute '_json_deserializer'*
The versions that I am using for the project are:
*SQLAlchemy: 2.0.12*
*pysqlite3: 0.5.0*
*sqlite3: 3.37.2*


-- 
SQLAlchemy - 
The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sqlalchemy/ddd060f0-f4b2-47be-a5e1-7f59447bf935n%40googlegroups.com.

Reply via email to