MacのPyInstallerが失敗する問題の対応
SystemError: lipo failure!
みたいなのが出るときの対応
PyInstallerが実行してるlipoコマンドを直接実行してみると以下のようなエラーが返ってきてた
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
少し前にOSのアップデートをしてから出てるので、xcodeを改めてインストールしてみる
xcode-select --install