In general I have problems using the new codesign option (--codesign-identity) for macOS, it fails when it reaches ".dylibs" folder in any package.
The error is usually something like this: """ [...] replacing existing signature [...] bundle format unrecognized, invalid, or unsuitable In subcomponent: [...]/Contents/MacOS/sklearn/.dylibs """ I assume that somebody had this issue since these are pretty common packages: ''' find ../venv/ -name ".dylibs" ../venv//lib/python3.8/site-packages/numpy/.dylibs ../venv//lib/python3.8/site-packages/PIL/.dylibs ../venv//lib/python3.8/site-packages/h5py/.dylibs ../venv//lib/python3.8/site-packages/sklearn/.dylibs ../venv//lib/python3.8/site-packages/matplotlib/.dylibs ../venv//lib/python3.8/site-packages/scipy/.dylibs ../venv//lib/python3.8/site-packages/zmq/.dylibs """ Is there a solution or is this a known bug (haven't found it in the issues). Best regards, Aljosa -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/cf118887-eb7f-4e0e-900d-1535c6a9f95an%40googlegroups.com.
