Skip to content
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

Package six is missing after installation #11

Open
chbndrhnns opened this issue Jan 2, 2020 · 1 comment · May be fixed by #13
Open

Package six is missing after installation #11

chbndrhnns opened this issue Jan 2, 2020 · 1 comment · May be fixed by #13

Comments

@chbndrhnns
Copy link

Installing the package with pip install plantuml and afterwards running it with python -m plantuml fails due to the missing six package which needs to be installed manually:

python -m plantuml
\Traceback (most recent call last):
  File "/usr/local/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/local/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/usr/local/lib/python3.6/site-packages/plantuml.py", line 13, in <module>
    import six
ModuleNotFoundError: No module named 'six'
@jacebrowning
Copy link

I think 'six' needs to be added to install_requires.

jacebrowning added a commit to jacebrowning/python-plantuml that referenced this issue Feb 16, 2020
@jacebrowning jacebrowning linked a pull request Feb 16, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants