Skip to content

Dependencies issues and fixes #8

@metonymic-smokey

Description

@metonymic-smokey

@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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions