RfidResearchGroup / proxmark3

Iceman Fork - Proxmark3
http://www.icedev.se
GNU General Public License v3.0
3.62k stars 979 forks source link

Fix MacOS building #2379

Closed jlitewski closed 1 month ago

jlitewski commented 1 month ago

Pass --break-system-packages --user to the python commands to stop it complaining about breaking the externally managed dependencies of a non-virtual environment that's actually a virtual environment.

This SHOULDN'T be done locally because it could break things, but it's good enough for github actions

github-actions[bot] commented 1 month ago

You are welcome to add an entry to the CHANGELOG.md as well

henrygab commented 1 month ago

I have a "supported" fix ... no hacks required -- See PR #2380

jlitewski commented 1 month ago

Fair, closing this one in favor of henry's PR