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

MacOS - Use of pygraphviz #4

Open
gro1729 opened this issue May 8, 2023 · 1 comment
Open

MacOS - Use of pygraphviz #4

gro1729 opened this issue May 8, 2023 · 1 comment

Comments

@gro1729
Copy link

gro1729 commented May 8, 2023

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"

@alfredholmes
Copy link
Owner

Thanks for pointing this out. Another option would be to use virtualenv

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