0

我正在尝试添加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. 知道这里可能出了什么问题吗?

4

1 回答 1

0

JuMP 还没有为 Julia v1.0(或 v0.7)做好准备。

从那里引用github页面

最新版本的 JuMP(基于 MathProgBase)与 Julia 0.7 或 1.0 不兼容。我们鼓励用户继续使用 Julia 0.6 以获得稳定的环境。JuMP 的开发版本(基于 MOI)同时支持 Julia 0.6 和 Julia 0.7,但具有 alpha 质量,并且仍在进行中的重大更改。有关 Julia 0.7/1.0 支持的更多信息,请参阅 Discourse 帖子。

于 2018-09-26T18:22:21.400 回答