Open aimeejtix opened 6 years ago
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
Library robotframework_pykafka.robotframework_pykafka
instead of just the name - something concerning package namespace visibility in python is the guess here
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
robotframework-mongodblibrary=0.3.4 pymongo=3.10.1
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?