reportportal / agent-Python-RobotFramework

Robot Framework integration for Report Portal
Apache License 2.0
59 stars 32 forks source link

Not documented dependency - ModuleNotFoundError: No module named 'six' #14

Closed Tset-Noitamotua closed 6 years ago

Tset-Noitamotua commented 7 years ago

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'
Tset-Noitamotua commented 7 years ago

damn ... getting older ain't no joy ... I should have known that :-/ Ran into exactly the same issue again :(

krasoffski commented 7 years ago

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.

Tset-Noitamotua commented 7 years ago

I used pip install robotframework-reportportal (not python setup.py install), I swear :)

ch-t commented 6 years ago

Root cause of this issue is already been fixed. Dependency exists in setup.py.

I've created PR with README update, but I think we can already close this issue.