-
Notifications
You must be signed in to change notification settings - Fork 16
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
Unable to install Clarabel with Julia/JuMP #107
Comments
I think that this is an issue with the versioning for the QDLDL linear solver that is shared between Clarabel and COSMO, since COSMO might still specify an older release than the Clarabel code. If you are willing, could you temporarily uninstall / disable COSMO and see if that resolves it for you? We will make a fix for this regardless - obviously not good form since I am a maintainer for all of these! - but would be good to be sure check if there are other compatibility issues there. |
Thanks for the quick response! Yes, I can confirm that once I uninstall COSMO, and run Something I noticed during the installation of Clarabel: it also installed DataFrames and PrettyTables, but older versions of these packages. So I suspect that anybody that uses more recent versions of these packages might also encounter problems installing Clarabel. |
Thank you. We will look into it and issue a fix, probably as a v0.3.1. We also have a v0.4 coming but that might wait until January. |
Should be fixed now! |
I just installed Julia v1.8.3 with JuMP v1.5.0, and I'm eager to try out Clarabel. Unfortunately, I can't seem to install it, and the package manager appears to complain about compatibility with other solvers? I just ran
pkg> update
so all my installed packages are current. Here is the error message from the package manager.The text was updated successfully, but these errors were encountered: