You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)"
#59
Open
lee-hongseok opened this issue
Apr 15, 2019
· 2 comments
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
The text was updated successfully, but these errors were encountered: