-
Notifications
You must be signed in to change notification settings - Fork 26
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
Unable to install on raspberry pi 4 #25
Comments
In certain cases, Python dependencies might not function as intended across diverse architectures. For instance, I encountered challenges running applications requiring Rust on the Raspberry Pi Zero. |
Hello @SiddiqMohammed, |
I'm getting same error on my Mac. Were you able to fix it? |
It seems that there was an issue with my python version. I've uninstalled python 3.12 and I still had 11 on my Mac installed. So after uninstalling 3.12 I got it to work |
Replacing python 3.12.3 with 3.11.9 fixed this for me. Not sure what the actual problem was. Win11-64. CMake Error at whisper.cpp/CMakeLists.txt:273 (add_library):
CMake Error at whisper.cpp/CMakeLists.txt:273 (add_library): note: This error originates from a subprocess, and is likely not a problem with pip. |
Hello,
The original code by ggerganov works with the raspberry pi as well, I was hoping a python wrapper could also work with it.
Currently when I run pip install pywhispercpp I get a build error:
The text was updated successfully, but these errors were encountered: