You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following issue when I try to install SDPT3.jl:
(v1.3) pkg> add SDPT3
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package SDPT3 [e33b2407]:
SDPT3 [e33b2407] log:
├─possible versions are: 0.0.1-0.0.2 or uninstalled
├─restricted to versions * by an explicit requirement, leaving only versions 0.0.1-0.0.2
└─restricted by compatibility requirements with MATLAB [10e44e05] to versions: uninstalled — no versions left
└─MATLAB [10e44e05] log:
├─possible versions are: [0.7.0-0.7.3, 0.8.0-0.8.2] or uninstalled
└─restricted to versions 0.8.2 by an explicit requirement, leaving only versions 0.8.2
I am using Ubuntu 18.04.4 LTS. Could you kindly help me fix it?
The text was updated successfully, but these errors were encountered:
I tried ] add [email protected] and ] add [email protected].
Then type ] update MATLAB and ] update SDPT3. The package is therefore successfully installed.
However, running using SDPT3, I got the previous issue #7.
I have fixed it by the following command lines in terminal before opening Julia:
I get the following issue when I try to install SDPT3.jl:
(v1.3) pkg> add SDPT3
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package SDPT3 [e33b2407]:
SDPT3 [e33b2407] log:
├─possible versions are: 0.0.1-0.0.2 or uninstalled
├─restricted to versions * by an explicit requirement, leaving only versions 0.0.1-0.0.2
└─restricted by compatibility requirements with MATLAB [10e44e05] to versions: uninstalled — no versions left
└─MATLAB [10e44e05] log:
├─possible versions are: [0.7.0-0.7.3, 0.8.0-0.8.2] or uninstalled
└─restricted to versions 0.8.2 by an explicit requirement, leaving only versions 0.8.2
I am using Ubuntu 18.04.4 LTS. Could you kindly help me fix it?
The text was updated successfully, but these errors were encountered: