Skip to content
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

Open
jiachangliu opened this issue Jan 26, 2025 · 1 comment
Open

Cannot Install CuClarabel in Julia #13

jiachangliu opened this issue Jan 26, 2025 · 1 comment

Comments

@jiachangliu
Copy link

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:

ERROR: Unsatisfiable requirements detected for package HSL [34c5aeac]:
 HSL [34c5aeac] log:
 ├─possible versions are: 0.1.0-0.3.6 or uninstalled
 └─restricted to versions 0.4 by Clarabel [61c947e1] — no versions left
   └─Clarabel [61c947e1] log:
     ├─possible versions are: 0.9.0 or uninstalled
     └─Clarabel [61c947e1] is fixed to version 0.9.0

What should I do to resolve this message? My Julia version is 1.10.4.

Thanks!

@goulart-paul
Copy link
Collaborator

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 Project.toml file, but you shouldn't really need to do that.

What happens if you just add the HSL package directly via the package manager?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants