-
Notifications
You must be signed in to change notification settings - Fork 19
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
Incompatability of SCS with Julia 1.7.2 on Mac "M1" #169
Comments
Which version of Julia 1.7? 1.7.3 does not work with M1. A certain 1.7.0 binary should work according to julialang:
|
It was with |
Thanks! Hopefully 1.8 (wich will come out any moment now) has resolved this issue. |
Revisiting this issue now that 1.8.0 has been released. All results here are for a fresh install of EKP on an M1 mac, using the macarch64 (M1-specific) build of 1.8.0.
Traceback
Pkg compat report
Results of Pkg.update()
Results of Pkg.test()
|
Hopefully some of these issues are resolved with #146, @jinlong83 is going to work on that. |
@tsj5 @ilopezgp The fix for #146 should be ready by the end of next week. |
Closing since we have updated to Julia 1.8 |
coauthored with @anagha548
On fresh install with Mac M1, we found an issue with precompile of "BinaryProviders" within SCS
Seems like this issue is down to them choosing not to support Julia 1.7, it however is fixed with Julia 1.6
jump-dev/SCS.jl#235
The text was updated successfully, but these errors were encountered: