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

pyannote version 3.0.1 breaks MacOS compatibility #540

Open
daeh opened this issue Oct 24, 2023 · 1 comment
Open

pyannote version 3.0.1 breaks MacOS compatibility #540

daeh opened this issue Oct 24, 2023 · 1 comment

Comments

@daeh
Copy link

daeh commented Oct 24, 2023

The pyannote dependency was bumped to 3.0.1 in d4ac953

This forces a onnxruntime-gpu dependency rather than onnxruntime, which is not compatible with Mac hardware.

See issues on pyannote pyannote/pyannote-audio#1505
and on onnxruntime microsoft/onnxruntime#12252

pip install error:

# > pip install git+https://github.com/m-bain/whisperx.git
INFO: pip is looking at multiple versions of pyannote-audio to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement onnxruntime-gpu>=1.16.0 (from pyannote-audio) (from versions: none)
ERROR: No matching distribution found for onnxruntime-gpu>=1.16.0
@justinwlin
Copy link
Contributor

justinwlin commented Oct 24, 2023

+1 added to a different issue that I had to make a Docker container with the setup.py reverted to 3.0.0 so that I could get it working. Maybe something to sense platforms / amd64 platforms?

#499

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