I’m trying to build an application using mongoDB and Python Flask. When running the application, I receive the following error:
ConfigurationError: The server reported line version 0 at 127.0.0.1:27017, but this version of PyMongo requires at least 2 (MongoDB 2.6).
Can anyone help me?
Thanks, Balwinder
1> Erçin Akçay..:
This is a very annoying and strange question.
But this problem can be solved by downgrading the pymongo
library.
pip install pymOngo==3.4.0
Find the answer here: http://d-prototype.com/archives/10939