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
same here, another package with a similar error could be resolved using python class pathes
e.g. in case of kafka-library the import using robot3 and python3 has to looks like this
Even I am getting the same error while running the test
[ ERROR ] Error in file '/Users/pravin.a/my-project/git/nuspire-rdo/test_suites/nuspire_testsuites/m01_Log_Ingest/ts01_log_ingest.robot' on line 3: Importing test library 'MongoDBLibrary' failed: ModuleNotFoundError: No module named 'mongo_connection_manager'
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/MongoDBLibrary/init.py", line 1, in
from mongo_connection_manager import MongoConnectionManager
PYTHONPATH:
/Library/Frameworks/Python.framework/Versions/3.8/bin
/Library/Frameworks/Python.framework/Versions/3.8/lib/python38.zip
/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8
/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload
/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
I recently tried to use this Library within my Robot Tests and I'm seeing this error:
I've also tried downloading the library and editing the paths to be relative to see if it helps, but still get errors.
Any ideas why?
The text was updated successfully, but these errors were encountered: