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

Dependencies issues and fixes #8

Open
metonymic-smokey opened this issue May 8, 2020 · 1 comment
Open

Dependencies issues and fixes #8

metonymic-smokey opened this issue May 8, 2020 · 1 comment

Comments

@metonymic-smokey
Copy link

@LeoVerto some dependency fixes that need to be added:

  1. Mac users need to run an additional brew install graphviz after the instructions in the README to install Graphviz dependencies and add them to their path.
    if not, this is the error faced:
graphviz.backend.ExecutableNotFound: failed to execute ['sfdp', '-Tsvg', '-O', 'graph'], make sure the Graphviz executables are on your systems' PATH
  1. This tool works with docker version 2.1.0. Hence, if using pip3 to install it, use pip3 install docker==2.1.0.
    The latest version of docker (4.1.x) is not compatible with some parts of the code.

Thanks!

@LeoVerto
Copy link
Owner

LeoVerto commented Jun 4, 2020

Thank you for reporting this! At least for me 3.x versions of docker work so I've pinned the project to that for now.

I'll have to get around to adding instructions for installing graphviz for different operating systems.

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

No branches or pull requests

2 participants