Having an issue with installing on M1 Mac #10
Replies: 4 comments 5 replies
-
This seems to be caused by mixing up ARM and x86_64 binaries, specifically for the tokenizers module. There could be many ways to fix this, but installing Anaconda Python and using that instead of Homebrew's could be an easy solution. |
Beta Was this translation helpful? Give feedback.
-
On a fresh install of macOS Ventura on a Apple M1 Ultra here are the steps I had to take to get it working:
|
Beta Was this translation helpful? Give feedback.
-
I'd advise installing What python environment are you using on your Mac @asimpletune? I'm on Monterrey as well. |
Beta Was this translation helpful? Give feedback.
-
pip install whisper-mps works like a charm |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After the pip install and running
whisper --help
I get:Not exactly sure but I wanted to post this and get the discussion started before I start digging deeper.
(btw, I have an M1 MB Air, running MacOS 12.6)
Beta Was this translation helpful? Give feedback.
All reactions