This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients embassy_vfx, ned.deily, ronaldoussoren
Date 2022-02-01.21:17:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643750230.83.0.460530154663.issue46540@roundup.psfhosted.org>
In-reply-to
Content
> I currently do not have access to a more up-to-date Mac OS but once I do I
will test and report anything unusual back.

Good luck! Since there's a good chance that this issue will languish in our open backlog, I am going to mark it as closed for now. But please re-open this issue if you find anything that appears to be an issue with Python rather than just macOS. Two other suggestions for debugging:
1. You've probably already done this but double-check file and directory access permissions on the NFS-mounted file system up to root. We have seen other issues with relative paths on 10.15+ with the introduction of the read-only system volume and related file system layout complications.
2. You might try using install_name_tool to alter copies of those third-party .so(s) and dylib(s) that use @rpath and instead use an absolute path to their installed location(s). That would eliminate one variable.
History
Date User Action Args
2022-02-01 21:17:10ned.deilysetrecipients: + ned.deily, ronaldoussoren, embassy_vfx
2022-02-01 21:17:10ned.deilysetmessageid: <1643750230.83.0.460530154663.issue46540@roundup.psfhosted.org>
2022-02-01 21:17:10ned.deilylinkissue46540 messages
2022-02-01 21:17:10ned.deilycreate