Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running whisperX in macOS / iOS sandbox #149

Open
Moriquendi opened this issue Mar 24, 2023 · 3 comments
Open

Running whisperX in macOS / iOS sandbox #149

Moriquendi opened this issue Mar 24, 2023 · 3 comments

Comments

@Moriquendi
Copy link

Anyone here tried running whisperX in the sandboxed mac/iOS app?

I assume this would require embedding many runtime libraries inside the app - starting with Python.
Has anyone tried it and could share tips for how to set it up?

@petiatil
Copy link

petiatil commented Oct 23, 2023

@Moriquendi I've been grappling with this issue for a week. Only today did I realize that sandboxing was catching an issue with the Python import of whisperx. If you've managed to resolve this, I'd greatly appreciate any guidance or advice.

@petiatil
Copy link

The issue at least relates to libtorch_cpu.dylib (for me), as it results in "no cdhash, completely unsigned?" errors.

Knowing that someone solved this, even if not recalled how, would be helpful.

Here is the current state of my issue, for reference:

pyinstaller/pyinstaller#8029

@petiatil
Copy link

petiatil commented Oct 28, 2023

Update: As per my latest comment in PyInstaller issue 8029, the issue might relate more directly to the codesigning process rather than torch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants