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
It failed to precompile SCIP. This may be related to #150 ?
julia> using SCIP
[ Info: Precompiling SCIP [82193955-e24f-5292-bf16-6f2c5261a85f]
ERROR: LoadError: LoadError: LoadError: LoadError: ArgumentError: invalid type expression for Cenum SCIP_Objsense{Int32}
Stacktrace:
[1] @cenum(::LineNumberNode, ::Module, ::Any, ::Vararg{Any,N} where N) at /homes/kibaekkim/.julia/packages/CEnum/daZUb/src/CEnum.jl:78
[2] include at ./boot.jl:328 [inlined]
[3] include_relative(::Module, ::String) at ./loading.jl:1094
[4] include at ./Base.jl:31 [inlined]
[5] include(::String) at /homes/kibaekkim/.julia/packages/SCIP/lczBF/src/SCIP.jl:1
[6] top-level scope at /homes/kibaekkim/.julia/packages/SCIP/lczBF/src/wrapper.jl:8
[7] include at ./boot.jl:328 [inlined]
[8] include_relative(::Module, ::String) at ./loading.jl:1094
[9] include at ./Base.jl:31 [inlined]
[10] include(::String) at /homes/kibaekkim/.julia/packages/SCIP/lczBF/src/SCIP.jl:1
[11] top-level scope at /homes/kibaekkim/.julia/packages/SCIP/lczBF/src/SCIP.jl:7
[12] include at ./boot.jl:328 [inlined]
[13] include_relative(::Module, ::String) at ./loading.jl:1094
[14] include(::Module, ::String) at ./Base.jl:31
[15] top-level scope at none:2
[16] eval at ./boot.jl:330 [inlined]
[17] eval(::Expr) at ./client.jl:432
[18] top-level scope at ./none:3
in expression starting at /homes/kibaekkim/.julia/packages/SCIP/lczBF/src/wrapper/commons.jl:703
in expression starting at /homes/kibaekkim/.julia/packages/SCIP/lczBF/src/wrapper/commons.jl:703
in expression starting at /homes/kibaekkim/.julia/packages/SCIP/lczBF/src/wrapper.jl:8
in expression starting at /homes/kibaekkim/.julia/packages/SCIP/lczBF/src/SCIP.jl:7
ERROR: Failed to precompile SCIP [82193955-e24f-5292-bf16-6f2c5261a85f] to /homes/kibaekkim/.julia/compiled/v1.2/SCIP/a0EUw.ji.
Stacktrace:
[1] error(::String) at ./error.jl:33
[2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1253
[3] _require(::Base.PkgId) at ./loading.jl:1013
[4] require(::Base.PkgId) at ./loading.jl:911
[5] require(::Module, ::Symbol) at ./loading.jl:906
The text was updated successfully, but these errors were encountered:
It failed to precompile SCIP. This may be related to #150 ?
The text was updated successfully, but these errors were encountered: