-
Notifications
You must be signed in to change notification settings - Fork 1
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
Cannot Install CuClarabel in Julia #13
Comments
It's claiming that HSL is only available in version 0.1.0-0.3.6, but Clarabel wants 0.4. I don't really understand why that's happening, but the current version of HSL is v0.5 on juliahub. HSL isn't actually necessary for Clarabel to work since it is a package that provides an optional solver interface. It might work if you just delete that dependency from the Clarabel.jl What happens if you just add the |
Thank you for the reply. Here are the exact steps to reproduce the error:
If I do the above steps, I encountered the error I mentioned last time:
If I add HSL inside Julia using the following command:
I encounter the following error message:
Okay, based on this feedback, my last attempt is to install Julia not through conda but through Julia's official website:
Now, inside Julia, if I try to install the gpu-versioned clarabel, I encounter the following error:
|
I am now even more confused about the source of the problem. I still don't understand why the package manager only knows about HSL up to v0.3.6, since there are versions up to least v0.5. The stuff about
The UUID In any case, I made a branch here that just disables HSL entirely : https://github.com/cvxgrp/CuClarabel/tree/pg/no_hsl. HSL is only meant to give an additional linear solver option, and is not otherwise required. Since you are trying to use the GPU version of the solver, presumably you would not want to configure to solve with HSL anyway. As an aside, this issue would maybe go away if we could resolve oxfordcontrol/Clarabel.jl#178 satisfactorily using |
Hello,
Thanks for developing this package! I tried installing CuClarabel by using the command suggested in the README:
pkg> dev https://github.com/cvxgrp/CuClarabel.git
However, I met with the following error message:
What should I do to resolve this message? My Julia version is 1.10.4.
Thanks!
The text was updated successfully, but these errors were encountered: