-
Notifications
You must be signed in to change notification settings - Fork 135
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
Failed to build - possible BLAS issue #225
Comments
Is that the only error output? Because I don't actually see any error other than |
There's a much longer error, so long it's even truncated on the terminal, I just copied the last part which I thought had most information. Here's a small section of the rest of the error
|
Those are all warnings, is there an error anywhere? |
I grepped the entire output and this is the only place where I could find
I don't think it's very informative. |
Hmmm, can you post the entire stack trace as a gist: https://gist.github.com/ |
Is that everything? I don't see a clear error anywhere, and all those warnings are coming from If that is everything can you try adding the |
Yep that's everything I got, but I tried it with |
I still can't see anything there, other than warnings that are not coming from SCS. Try installing from source, instructions available here. |
Thanks - install from the source produces a slightly different error
|
Can you post the entire stack trace as another gist? |
Sure, its here: https://gist.github.com/ktattan/8d49c0d69bf1853a42bda495fe542b8f |
I don't see the |
Sorry I copied the wrong error, this one should have |
Hmmm, I still don't see the clang error, is it the right one? If it is, which line is the clang error on? |
I dont get it, I am seeing it close to the very end (I think around line 56,000) - you need to view the raw file: https://gist.githubusercontent.com/ktattan/8d49c0d69bf1853a42bda495fe542b8f/raw/276fd3cc126b4084c7101892349ee5dd9a25e9d2/build_source_error.txt |
I don't understand what is happening, I haven't seen that issue before. I would make sure to clear away any partially compiled artefacts and try again. You can also just try compiling the plain C version using make to ensure that runs successfully. |
I'm seeing the same issue now (M2 chip on Ventura). @ktattan, did you ever find a solution? (edit a few months later: I'm also getting this issue on an M1 machine I have. ARM may be the common denominator?) |
Hello, I'm trying to pip install
scs
on macOS Moneterey, M1 chip via the installation guide, but I keep getting the error below.I have
BLAS
,OPENBLAS
andLAPACK
all installed via brew. I'm not quite sure from the error if this is aOPENBLAS
issue or Command Line Tools. In either case, I've installed and updated the latest versions of both. Is there something else I can do here to fix this? ThanksThe text was updated successfully, but these errors were encountered: