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
{{ message }}
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.
File "/data/pyenv/dev_env/local/lib/python2.7/site-packages/mongokit-0.9.1dev_20150411-py2.7.egg/mongokit/init.py", line 43, in
from mongokit.master_slave_connection import MasterSlaveConnection
File "/data/pyenv/dev_env/local/lib/python2.7/site-packages/mongokit-0.9.1dev_20150411-py2.7.egg/mongokit/master_slave_connection.py", line 7, in
from pymongo.master_slave_connection import MasterSlaveConnection as PymongoMasterSlaveConnection
ImportError: No module named master_slave_connection
The text was updated successfully, but these errors were encountered:
I got this too. When you update mongokit, pymongo also updates to version 3. Unfortunately, pymongo 3.0 is not backwards-compatible, so mongokit does not work anymore. You have to rollback pymongo to 2.8 and mongokit will just work fine.
Sorry for bad english.
File "/data/pyenv/dev_env/local/lib/python2.7/site-packages/mongokit-0.9.1dev_20150411-py2.7.egg/mongokit/init.py", line 43, in
from mongokit.master_slave_connection import MasterSlaveConnection
File "/data/pyenv/dev_env/local/lib/python2.7/site-packages/mongokit-0.9.1dev_20150411-py2.7.egg/mongokit/master_slave_connection.py", line 7, in
from pymongo.master_slave_connection import MasterSlaveConnection as PymongoMasterSlaveConnection
ImportError: No module named master_slave_connection
The text was updated successfully, but these errors were encountered: