Skip to content

MacOS - Use of pygraphviz #4

Description

@gro1729

MacOS sometimes behaves something strange.

In order to use the script "network.py" pygraphviz has to be installed, which does not work properly with "pip install". Provided graphviz is already installed by using "brew install" I had to use the below standing commandline

python3 -m pip install
--global-option=build_ext
--global-option="-I$(brew --prefix graphviz)/include/"
--global-option="-L$(brew --prefix graphviz)/lib/"
pygraphviz

May be this is a useful hint for other users of the "Zettelkasten"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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