Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Tset-Noitamotua opened this issue Jul 11, 2017 · 4 comments
Assignees

Comments

@Tset-Noitamotua
Copy link

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
Copy link
Author

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

@krasoffski
Copy link

krasoffski commented Jul 11, 2017

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.

@krasoffski krasoffski self-assigned this Jul 11, 2017
@Tset-Noitamotua
Copy link
Author

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

@ch-t
Copy link
Contributor

ch-t commented Aug 10, 2018

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.

@ch-t ch-t closed this as completed Aug 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants