FreeCAD / FreeCAD-Bundle

Stand-alone repo to Build and Deploy installable FreeCAD images
https://freecad.org
GNU Lesser General Public License v2.1
222 stars 57 forks source link

Add --break-system-packages pip install dmgbuild #255

Closed cbenhagen closed 2 weeks ago

cbenhagen commented 2 weeks ago

This should fix the build on the arm machine. Using --break-system-packages should be safe as we don't use system python for anything else.

Other options would be to use pipx or a install it in a virtual environment. Both seem overcomplicated for an automated build.

/cc @adrianinsaval