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.
I've same question. I've installed MongoKit with pip3 and it's installed correctly but when I try to execute I've error in some "cursor Import":
Traceback (most recent call last):
File "/.... file.py", line 5, in <module>
from mongokit import *
File "/usr/local/lib/python3.7/site-packages/mongokit/__init__.py", line 31, in <module>
from cursor import Cursor
ModuleNotFoundError: No module named 'cursor'
Process finished with exit code 1
when the mongokit can support python3
The text was updated successfully, but these errors were encountered: