-
Notifications
You must be signed in to change notification settings - Fork 35
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
Cbc 2.10.8 #212
Comments
What is I don't understand this error. It should work fine. If Lines 22 to 25 in 8455156
|
I am getting similar error:
If you have a newer version of Cbc installed, changes may need to be made This is my Pkg.status(): [6e4b80f9] BenchmarkTools v1.3.2 Surprisingly, the Cbc version seems v0.8.1, but when running the code, shows 2.10.8 |
You have installed an old version of Cbc.jl (the Julia package). You need to install at least [email protected]. The installation issue was fixed here: #206 Try import Pkg
Pkg.pkg"add [email protected]" |
Ah. Your issue is that PandaModels requires an old version of Cbc: https://github.com/e2nIEE/PandaModels.jl/blob/b8cb4e438525e6c128d832f7aa7bf70afda9b9b9/Project.toml#L18-L26 PandaModels.jl should be updated, but I'll also fix the compat bounds in the registry: |
Fixed in general, so we shouldn't get this issue again. |
I'm currently getting an error that the Cbc version installed is too new.
Is there anything I can do to still use Cbc.jl without an updated version?
The text was updated successfully, but these errors were encountered: