You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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"
The text was updated successfully, but these errors were encountered: