Struggling to get Whisper installed on an M1 Macbook Pro #403
Replies: 3 comments 3 replies
-
I managed to get this working by using pyenv Install pyenv
install python version 3.9.14 (latest) and set it to the global version
test things are installed correctly
Should output
Should output something like Then running |
Beta Was this translation helpful? Give feedback.
-
I am curious, why didn't you just install it through brew? Works fine on Macbook Pro M1 Pro. brew update
brew install openai-whisper |
Beta Was this translation helpful? Give feedback.
-
After install To be recognized by the system: |
Beta Was this translation helpful? Give feedback.
-
I follow the installation steps for an m1 chip, but when I try to run whisper I get the error:
These are the steps I followed to install whisper:
Ran the commands from the issue to install setuptools_rust and upgrade pip
Ran the following command to install whisper
Installed ffmpeg via homebrew
I did some digging in the discussions and I did find this thread. So I checked my
/Library/Python/3.9/
directory, but it does not have abin
directory. I also checked/Library/Frameworks
, but it does not have aPython.framework
directory.I'm thinking whisper is being installed, and it just needs to be added to the system
$PATH
, but I just have no idea where it's installed, or how to check where it's installed.Beta Was this translation helpful? Give feedback.
All reactions