pfavr2 / install_ros2_rolling_on_mac_m1

Scripts and patches to install ros2_rolling on Mac M1
Apache License 2.0
26 stars 1 forks source link

deprecated global-option in latest pip #3

Closed makeecat closed 8 months ago

makeecat commented 8 months ago

The latest pip deprecate the global option, in order to use that, we should use:

pip install --config-settings="--global-option=build_ext" --config-settings="--global-option=-I/opt/homebrew/opt/graphviz/include/" --config-settings="--global-option=-L/opt/homebrew/opt/graphviz/lib/" pygraphviz

This solution has been validated in M1 with macOS 14.0 (23A344)

pfavr2 commented 8 months ago

Thank you for this contribution. Much appreciated!