-
Notifications
You must be signed in to change notification settings - Fork 62
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
CPLEX does not work with version 22.1.1 #426
Comments
You need CPLEX.jl v0.9.6 or v0.9.7 to use CPLEX 22.1.1. Check |
Thanks for the quick answer. Strangely enough, it seems that the correct version has been replaced by an older one - maybe through some installation of another package (?) updated to the new one
…________________________________
Von: Oscar Dowson ***@***.***>
Gesendet: Dienstag, 21. März 2023 00:22
An: jump-dev/CPLEX.jl ***@***.***>
Cc: Raimund Kovacevic ***@***.***>; Author ***@***.***>
Betreff: Re: [jump-dev/CPLEX.jl] CPLEX does not work with version 22.1.1 (Issue #426)
You need CPLEX.jl v0.9.6 or v0.9.7 to use CPLEX 22.1.1.
Check import Pkg; Pkg.status().
—
Reply to this email directly, view it on GitHub<#426 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A6R3XFVNI4NEZSAWHU6WYR3W5DRDZANCNFSM6AAAAAAWBVQ7W4>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Yes, another package is likely holding you back. You can see which if you run |
Any update on this? |
Closing as stale. The latest version of CPLEX.jl does with 22.1.1, so anyone experiencing this in future should update their packages. |
@odow I still get this issue on Mac M2 with
Is there something I am missing? |
What is |
Not sure of |
This looks like you installed the intel version: |
I see! Let me try the ARM version. |
It wouldn't error on install because Apple has a compatibility layer called Rosetta. But you need to make sure that the build of CPLEX is the same as the build of Julia. So both x86 or both aarch64. If you have a mis-match they can't find each other. |
Which version of CPLEX.jl is compatible with x86? ARM build installation is crashing for some reason on M2. |
You have two options for downloading Julia: https://julialang.org/downloads/
You don't need a specific version of CPLEX.jl
What's the error? And what is the filename that you tried to install? |
Great - that works! I had installed the |
After installing and calling using CPLEX, I get
ERROR: LoadError: You have installed version 22.1.1 of CPLEX, which is not supported
by CPLEX.jl. We require CPLEX version 12.10 or 20.1.
After installing CPLEX, run:
etc ...
Interestingly CPLEX.jl worked without problems with the same CPLEX version until two days ago.
The text was updated successfully, but these errors were encountered: