duplicate-images
duplicate-images copied to clipboard
For this err: "ConfigurationError: Server at 127.0.0.1:27017 reports wire version 0, but this version of PyMongo requires at least 2 (MongoDB 2.6)"
In my enviroment(ubuntu 16.04, mongodb2.6), above error message repeated.
I found a solution, the downgrade of pymongo
pip install pymongo==3.4.0
may u give me the code
may u give me the code
Sorry. It's been a while, I currently don't have the code. I did just downgraded pymongo version into 3.4.0.