-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Installation problems on MacOS #4300
Comments
I'm running the same issue, "[backend-assets/grpc/whisper] Error 1". I'm also on a mac (mac mini m4). I don't know what to make of it. |
Same problem here. I solve this by: brew install llvm
brew install lld
make build |
Still error, you need to export CC and CXX after that:
|
Still fails, even after all these steps:
This is the error I get:
|
I was Initially getting the same error; the sequence of commands below helped: brew install llvm My system is: |
I am trying to install this on my Mac. Here are my constraints:
followed just these steps: https://localai.io/basics/build/index.html#example-build-on-mac:
make build
fails:make build
, and it still failed with this output:The text was updated successfully, but these errors were encountered: