无法在Julia中添加JuMP

时间:2018-09-26 18:05:36

标签: julia julia-jump

我正在尝试添加JuMP,但返回错误。

(v1.0) pkg> add JuMP
 Resolving package versions...
ERROR: Unsatisfiable requirements detected for package JuMP [4076af6c]:
 JuMP [4076af6c] log:
 ├─possible versions are: [0.1.1-0.1.2, 0.2.0, 0.3.0-0.3.2, 0.4.0-0.4.1, 0.5.0-0.5.8, 0.6.0-0.6.3, 0.7.0-0.7.4, 0.8.0, 0.9.0-0.9.3, 0.10.0-0.10.3, 0.11.0-0.11.3, 0.12.0-0.12.2, 0.13.0-0.13.2, 0.14.0-0.14.2, 0.15.0-0.15.1, 0.16.0-0.16.2, 0.17.0-0.17.1, 0.18.0-0.18.2] or uninstalled
 ├─restricted to versions * by an explicit requirement, leaving only versions [0.1.1-0.1.2, 0.2.0, 0.3.0-0.3.2, 0.4.0-0.4.1, 0.5.0-0.5.8, 0.6.0-0.6.3, 0.7.0-0.7.4, 0.8.0, 0.9.0-0.9.3, 0.10.0-0.10.3, 0.11.0-0.11.3, 0.12.0-0.12.2, 0.13.0-0.13.2, 0.14.0-0.14.2, 0.15.0-0.15.1, 0.16.0-0.16.2, 0.17.0-0.17.1, 0.18.0-0.18.2]
 └─restricted by julia compatibility requirements to versions: uninstalled — no versions left

Julia似乎限制使用以下版本:uninstalled — no versions left。知道这里可能出什么问题吗?

1 个答案:

答案 0 :(得分:0)

JuMP尚未支持Julia v1.0(或v0.7)。

从此处引用github page

  

最新版本的JuMP(基于MathProgBase)不兼容   朱莉娅0.7或1.0。我们鼓励用户继续使用Julia 0.6   以获得稳定的环境。 JuMP的开发版本(基于   MOI)同时支持Julia 0.6和Julia 0.7,但具有alpha质量   突破性变革仍在进行中。有关更多信息,请参见“话语”帖子   有关Julia 0.7 / 1.0支持的信息。