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
pip install robotframework-reportportal automatically installs reportportal-client but six is missing. Might be mentioned in docs or installed automatically, too?
[ ERROR ] Taking listener 'robotframework_reportportal.listener' into use failed: Importing listener 'robotframework_reportportal.listener' failed: ModuleNotFoundError: No module named 'six'
The text was updated successfully, but these errors were encountered:
Hi, six dependency installed automatically during installation via pip.
Dependency is not installed in case of using python setup.py install (without package manager).
Anyway, I will add a list of dependencies to the readme file.
pip install robotframework-reportportal
automatically installsreportportal-client
butsix
is missing. Might be mentioned in docs or installed automatically, too?The text was updated successfully, but these errors were encountered: