It was 2 errors when running the installer.
1: First I got this error the first time I ran install.sh from InvokeAI-mac.zip (lmbd missing xrun)
Running setup.py install for lmdb ... error
error: subprocess-exited-with-error
Γ Running setup.py install for lmdb did not run successfully.
β exit code: 1
[β¦.]
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
Γ Encountered error while trying to install package.
β°β> lmdb
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
Solved this by running
$ xcode-select --install
2: Now i get the same error as movingimage posted above (greenlet)β¨β¨:
Running setup.py install for greenlet ... error
error: subprocess-exited-with-error
Γ Running setup.py install for greenlet did not run successfully.
β exit code: 1
[β¦]
src/greenlet/greenlet.cpp:16:10: fatal error: 'Python.h' file not found
#include <Python.h>
^~~~~~~~~~
1 error generated.
error: command '/usr/bin/clang' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
Γ Encountered error while trying to install package.
β°β> greenlet
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
Using M1 Pro, macOS 13