I have a little report here:
The libffi error originates from sklearn, I assume and I could indeed get rid of the libffi error by switching from conda to the distribution von Python.org. However, also here I run into a similar error, when trying to run the executable (slightly changed since the original error and not an .app file, but just an executable):
rosetta error: unable to mmap __TEXT: 1
/var/db/oah/.../.../libomp.dylib.aotzsh: abort PYTORCH_ENABLE_MPS_FALLBACK=1 ./diarize_x86_64 mps
AFAIK libomp is from OpenMP, which I thought macOS does not support anymore. It's weird that it's used (I guess) by PyTorch (and also seems to work for arm64). I can't find anything about trusted execution in the system.log and the crash report is very long. Any hints what to look for?
The log from the notarytool came back without any warnings.
{
"logFormatVersion": 1,
"jobId": "<omitted>",
"status": "Accepted",
"statusSummary": "Ready for distribution",
"statusCode": 0,
"archiveFilename": "diarize_x86_64.dmg",
"uploadDate": "2023-09-30T18:53:04.957Z",
"sha256": "<omitted>",
"ticketContents": [
{
"path": "diarize_x86_64.dmg",
"digestAlgorithm": "SHA-256",
"cdhash": "<omitted>"
},
{
"path": "diarize_x86_64.dmg/diarize_x86_64",
"digestAlgorithm": "SHA-256",
"cdhash": "<omitted>",
"arch": "x86_64"
}
],
"issues": null
}