tester <nurv...@gmail.com> added the comment:
I found the fix for it earlier today and of course the fix is always right in front of you, you just need to look in the right place lol jokes on me. I orginnaly had this and a few other things in my notarization script to get python notarized. codesign --force --options runtime --entitlements $MUNKIROOT/entitlements.plist --deep --verbose -s "$DevApp" $MUNKIROOT/Python.framework/Versions/$PYTHON_FRAMEWORK_VERSION/bin/"python$PYTHON_FRAMEWORK_VERSION" So i just had to add the stuff below to make python3.x-intel64 also get notarized properly codesign --force --options runtime --entitlements $MUNKIROOT/entitlements.plist --deep --verbose -s "$DevApp" $MUNKIROOT/Python.framework/Versions/$PYTHON_FRAMEWORK_VERSION/bin/"python$PYTHON_FRAMEWORK_VERSION-intel64" https://github.com/lifeunexpected/Scripts/blob/master/Munki.Notarize.zsh I mostly posted this in case anyone else randomly googles this type off issue so maybe it can help them. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue44933> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com