hbmartin / graphviz2drawio

Convert graphviz (dot) files to draw.io / lucid (mxGraph) format. Beautiful and editable graphs in your favorite editor.
https://pypi.org/project/graphviz2drawio/
GNU General Public License v3.0
186 stars 32 forks source link

Pip install pygraphviz fails on mac M1 #46

Closed squio closed 3 months ago

squio commented 2 years ago

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

hbmartin commented 3 months ago

I updated instructions, feel free to comment or re-open if there's further improvements needed. Thanks for reporting!