from pymongo.cursor import _QUERY_OPTIONS, Cursor, RawBatchCursor #127
-
when running python app.py ,error occurs showing this: ![]() |
Beta Was this translation helpful? Give feedback.
Answered by
DogukanUrker
Jan 22, 2025
Replies: 2 comments 1 reply
-
it seems like a problem with requirements,help need |
Beta Was this translation helpful? Give feedback.
1 reply
-
This issue was resolved with the flaskBlog 2.6.1 release. It was caused by Tamga v0.1.7, deleting all dependencies(pymongo, motor) for Tamga and install latest version (v0.1.8) fixed this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I will fix it in general tomorrow but this will probably fix your problem:
pip uninstall motor
pip uninstall pymongo
pip install 'pymongo<4.9' 'motor<3.6'