Skip to content
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

JuMP not precompiling on Julia Version 1.3.0-rc1.0 (2019-08-18) #2048

Closed
uwbanjoman opened this issue Aug 27, 2019 · 2 comments
Closed

JuMP not precompiling on Julia Version 1.3.0-rc1.0 (2019-08-18) #2048

uwbanjoman opened this issue Aug 27, 2019 · 2 comments

Comments

@uwbanjoman
Copy link

uwbanjoman commented Aug 27, 2019

Hello,

I'm getting next message when i want to start JuMP.

julia> using JuMP
[ Info: Precompiling JuMP [4076af6c-e467-56ae-b986-b466b2749572]

**ERROR: LoadError: LoadError: syntax: unexpected ")"**

Stacktrace:
 [1] top-level scope at C:\....\.julia\packages\JuMP\ibcEh\src\aff_expr.jl:299
 [2] include at .\boot.jl:328 [inlined]
 [3] include_relative(::Module, ::String) at .\loading.jl:1105
 [4] include at .\Base.jl:31 [inlined]
 [5] include(::String) at C:\....\.julia\packages\JuMP\ibcEh\src\JuMP.jl:11
 [6] top-level scope at C:\ ...\.julia\packages\JuMP\ibcEh\src\JuMP.jl:637
 [7] include at .\boot.jl:328 [inlined]
 [8] include_relative(::Module, ::String) at .\loading.jl:1105
 [9] include(::Module, ::String) at .\Base.jl:31
 [10] top-level scope at none:2
 [11] eval at .\boot.jl:330 [inlined]
 [12] eval(::Expr) at .\client.jl:433
 [13] top-level scope at .\none:3
in expression starting at C:\....\.julia\packages\JuMP\ibcEh\src\aff_expr.jl:299
in expression starting at C:\ ....\.julia\packages\JuMP\ibcEh\src\JuMP.jl:637
ERROR: Failed to precompile JuMP [4076af6c-e467-56ae-b986-b466b2749572] to C:\...\.julia\compiled\v1.3\JuMP\DmXqY_urwT4.ji.
Stacktrace:
 [1] error(::String) at .\error.jl:33
 [2] compilecache(::Base.PkgId, ::String) at .\loading.jl:1274
 [3] _require(::Base.PkgId) at .\loading.jl:1024
 [4] require(::Base.PkgId) at .\loading.jl:922
 [5] require(::Module, ::Symbol) at .\loading.jl:917

julia>
@odow
Copy link
Member

odow commented Aug 27, 2019

See #2043. JuMP is known to not work on Julia 1.3.

@blegat
Copy link
Member

blegat commented Nov 12, 2019

JuMP v0.20.1 should work on Julia v1.3

@blegat blegat closed this as completed Nov 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants