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 May 21, 2022. It is now read-only.
julia> using MLMetrics
[ Info: Precompiling MLMetrics [42340ebd-fbc4-4eb3-a4ac-da1d58b4c100]
ERROR: LoadError: UndefVarError: @_dimcheck not defined
Stacktrace:
[1] include(::Module, ::String) at ./Base.jl:377
[2] top-level scope at none:2
[3] eval at ./boot.jl:331 [inlined]
[4] eval(::Expr) at ./client.jl:449
[5] top-level scope at ./none:3
in expression starting at /home/user/.julia/packages/MLMetrics/Skho6/src/MLMetrics.jl:7
ERROR: Failed to precompile MLMetrics [42340ebd-fbc4-4eb3-a4ac-da1d58b4c100] to /home/user/.julia/compiled/v1.4/MLMetrics/frEh1_Q9Yma.ji.
Stacktrace:
[1] error(::String) at ./error.jl:33
[2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1272
[3] _require(::Base.PkgId) at ./loading.jl:1029
[4] require(::Base.PkgId) at ./loading.jl:927
[5] require(::Module, ::Symbol) at ./loading.jl:922
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With Julia 1.4 on Ubuntu 20.04 LTS I get the following error when installing MLMetrics like this:
The text was updated successfully, but these errors were encountered: