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?