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

Pip install pygraphviz fails on mac M1 #46

Open
squio opened this issue May 10, 2022 · 0 comments
Open

Pip install pygraphviz fails on mac M1 #46

squio opened this issue May 10, 2022 · 0 comments

Comments

@squio
Copy link

squio commented May 10, 2022

The PIP command for installing pygraphviz on a macbook with the Arm M1 processor fails.

This command does work:

python3 -m pip  install  --global-option=build_ext \
  --global-option="-I/opt/homebrew/include"\
  --global-option="-L/opt/homebrew/lib"  pygraphviz 

I can create PR for README if you like

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

1 participant