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
{{ message }}
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.
julia> using MathOptInterfaceGLPK
[ Info: Precompiling module MathOptInterfaceGLPK
┌ Warning: The function cfunction is now written as a macro @cfunction.
│ caller = version at GLPK.jl:226 [inlined]
└ @ Core GLPK.jl:226
WARNING: importing deprecated binding Base.Void into MathOptInterfaceGLPK.
WARNING: Base.Void is deprecated, use Nothing instead.
likely near /home/aritra/.julia/v0.7/MathOptInterfaceGLPK/src/MathOptInterfaceGLPK.jl:67
WARNING: Base.Void is deprecated, use Nothing instead.
likely near /home/aritra/.julia/v0.7/MathOptInterfaceGLPK/src/MathOptInterfaceGLPK.jl:114
ERROR: LoadError: UndefVarError: lqs_vartype_map not defined
Stacktrace:
[1] getproperty(::Module, ::Symbol) at ./sysimg.jl:13
[2] top-level scope
[3] include at ./boot.jl:314 [inlined]
[4] include_relative(::Module, ::String) at ./loading.jl:1067
[5] include(::Module, ::String) at ./sysimg.jl:29
[6] top-level scope
[7] eval at ./boot.jl:317 [inlined]
[8] top-level scope at ./:3
in expression starting at /home/aritra/.julia/v0.7/MathOptInterfaceGLPK/src/MathOptInterfaceGLPK.jl:507
ERROR: Failed to precompile MathOptInterfaceGLPK to /home/aritra/.julia/compiled/v0.7/MathOptInterfaceGLPK.ji.
Stacktrace:
[1] error at ./error.jl:33 [inlined]
[2] compilecache(::Base.PkgId) at ./loading.jl:1201
[3] _require(::Base.PkgId) at ./loading.jl:1003
[4] require(::Base.PkgId) at ./loading.jl:874
[5] require(::Module, ::Symbol) at ./loading.jl:869
The text was updated successfully, but these errors were encountered:
julia> using MathOptInterfaceGLPK
[ Info: Precompiling module MathOptInterfaceGLPK
┌ Warning: The function
cfunction
is now written as a macro@cfunction
.│ caller = version at GLPK.jl:226 [inlined]
└ @ Core GLPK.jl:226
WARNING: importing deprecated binding Base.Void into MathOptInterfaceGLPK.
WARNING: Base.Void is deprecated, use Nothing instead.
likely near /home/aritra/.julia/v0.7/MathOptInterfaceGLPK/src/MathOptInterfaceGLPK.jl:67
WARNING: Base.Void is deprecated, use Nothing instead.
likely near /home/aritra/.julia/v0.7/MathOptInterfaceGLPK/src/MathOptInterfaceGLPK.jl:114
ERROR: LoadError: UndefVarError: lqs_vartype_map not defined
Stacktrace:
[1] getproperty(::Module, ::Symbol) at ./sysimg.jl:13
[2] top-level scope
[3] include at ./boot.jl:314 [inlined]
[4] include_relative(::Module, ::String) at ./loading.jl:1067
[5] include(::Module, ::String) at ./sysimg.jl:29
[6] top-level scope
[7] eval at ./boot.jl:317 [inlined]
[8] top-level scope at ./:3
in expression starting at /home/aritra/.julia/v0.7/MathOptInterfaceGLPK/src/MathOptInterfaceGLPK.jl:507
ERROR: Failed to precompile MathOptInterfaceGLPK to /home/aritra/.julia/compiled/v0.7/MathOptInterfaceGLPK.ji.
Stacktrace:
[1] error at ./error.jl:33 [inlined]
[2] compilecache(::Base.PkgId) at ./loading.jl:1201
[3] _require(::Base.PkgId) at ./loading.jl:1003
[4] require(::Base.PkgId) at ./loading.jl:874
[5] require(::Module, ::Symbol) at ./loading.jl:869
The text was updated successfully, but these errors were encountered: