I'm attempting to bundle Argos Translate for macOS. Installing from PyPI with pip works and bundling with py2app successfully completes but the application fails to start.
I've narrowed down the issue to bundling Sentence Piece, and the issue can be replicated by adding sentencepiece==0.1.94 to requirements.txt and import sentencepiece to my_application.py in this starter code.
I'm unable to find any logs that seem related in either the py2app build or system logs.
Any help appreciated!