-
Notifications
You must be signed in to change notification settings - Fork 31
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
Problems installing in macos 10.12.6 #8
Comments
You would need to execute these two commands:
This should give you GNU version of g++, which is needed instead of the default (clang one). Let me know if this solved your issue. |
Thank you for your response, I reinstalled openblas and gcc, but still have the same problem :'(
|
You can just try the command
If it fails let me know the error and what is the g++ version: |
Unfortunately I still have problems, here is the information you required: Error
g++ version
Thank you for your help. |
The g++ version means that your brew failed installing gcc (as it currently shows the default Apple clang instead on GNU gcc). Unfortunately with clang Macau does not work. Can you try installing gcc again from brew. And check if it reports any errors (maybe you need to remove the previous version before hand). |
Hello,
I am following the instructions
Command executed after installing
brew install blass
But I get the following error
Thank you very much for your help.
The text was updated successfully, but these errors were encountered: