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
Import this library in RIDE: MongoDBLibrary, it raises an error.
error in RIDE log:
Importing test library 'MongoDBLibrary' failed: ImportError: No module named objectid
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\robotide\lib\robot\utils\importer.py", line 143, in import
return import(name, fromlist=fromlist)
File "C:\Python27\lib\site-packages\MongoDBLibrary__init_.py", line 2, in
from mongoquery import MongoQuery
File "C:\Python27\lib\site-packages\MongoDBLibrary\mongoquery.py", line 2, in
from bson.objectid import ObjectId
how to resolve it?
The text was updated successfully, but these errors were encountered:
I uninstall pymongo 3.3.0 and reinstall pymongo 3.0.3 and resolve the problem.
The latest version of pymongo is 3.3.0, I guess MongoDBLibrary 0.3.2 is not compatible with it.
Import this library in RIDE: MongoDBLibrary, it raises an error.
error in RIDE log:
Importing test library 'MongoDBLibrary' failed: ImportError: No module named objectid
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\robotide\lib\robot\utils\importer.py", line 143, in import
return import(name, fromlist=fromlist)
File "C:\Python27\lib\site-packages\MongoDBLibrary__init_.py", line 2, in
from mongoquery import MongoQuery
File "C:\Python27\lib\site-packages\MongoDBLibrary\mongoquery.py", line 2, in
from bson.objectid import ObjectId
how to resolve it?
The text was updated successfully, but these errors were encountered: