Error with JSONEncoder when start a Python Quart application #168
sebajou
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
See marirs/quart-motor#4, best to stick with Quart<0.18 till it is fixed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I begin a POC for use Quart through a galaxie of Nodo/Mongo microservice.
When I start Quart without Mongo, every think is fine. But after I start to intergrated Qurat-Moto I have the following error:
AttributeError: module 'quart.json' has no attribute 'JSONEncoder'
I try several Python interpretor: Poetry with Python 3.10, Python 3.10 alone, Python 3.8 alone, I always have this error.
Thanks you for your help.
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions