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
julia> using Compose
[ Info: Precompiling Compose [a81c6b42-2e10-5240-aca2-a61377ecd94b]
ERROR: LoadError: LoadError: UndefVarError: xparse not defined
Stacktrace:
[1] _float_from_bytes(::String, ::Int64, ::Int64) at /home/kir/.julia/packages/JSON/d89fA/src/Parser.jl:331
[2] float_from_bytes at /home/kir/.julia/packages/JSON/d89fA/src/Parser.jl:322 [inlined]
[3] number_from_bytes(::JSON.Parser.ParserContext{Dict{String,Any},Int64,true,nothing}, ::JSON.Parser.MemoryParserState, ::Bool, ::JSON.Parser.MemoryParserState, ::Int64, ::Int64) at /home/kir/.julia/packages/JSON/d89fA/src/Parser.jl:377
[4] parse_number(::JSON.Parser.ParserContext{Dict{String,Any},Int64,true,nothing}, ::JSON.Parser.MemoryParserState) at /home/kir/.julia/packages/JSON/d89fA/src/specialized.jl:156
[5] parse_value(::JSON.Parser.ParserContext{Dict{String,Any},Int64,true,nothing}, ::JSON.Parser.MemoryParserState) at /home/kir/.julia/packages/JSON/d89fA/src/Parser.jl:166
[6] parse_object(::JSON.Parser.ParserContext{Dict{String,Any},Int64,true,nothing}, ::JSON.Parser.MemoryParserState) at /home/kir/.julia/packages/JSON/d89fA/src/Parser.jl:232
[7] parse_value(::JSON.Parser.ParserContext{Dict{String,Any},Int64,true,nothing}, ::JSON.Parser.MemoryParserState) at /home/kir/.julia/packages/JSON/d89fA/src/Parser.jl:168
[8] parse_object(::JSON.Parser.ParserContext{Dict{String,Any},Int64,true,nothing}, ::JSON.Parser.MemoryParserState) at /home/kir/.julia/packages/JSON/d89fA/src/Parser.jl:232
[9] parse_value(::JSON.Parser.ParserContext{Dict{String,Any},Int64,true,nothing}, ::JSON.Parser.MemoryParserState) at /home/kir/.julia/packages/JSON/d89fA/src/Parser.jl:168
[10] parse_object(::JSON.Parser.ParserContext{Dict{String,Any},Int64,true,nothing}, ::JSON.Parser.MemoryParserState) at /home/kir/.julia/packages/JSON/d89fA/src/Parser.jl:232
[11] parse_value(::JSON.Parser.ParserContext{Dict{String,Any},Int64,true,nothing}, ::JSON.Parser.MemoryParserState) at /home/kir/.julia/packages/JSON/d89fA/src/Parser.jl:168
[12] #parse#1(::Type, ::Type{Int64}, ::Bool, ::Nothing, ::Function, ::String) at /home/kir/.julia/packages/JSON/d89fA/src/Parser.jl:463
[13] #108 at /home/kir/.julia/packages/JSON/d89fA/src/Parser.jl:461 [inlined]
[14] #open#294(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::getfield(Compose, Symbol("##108#109")), ::String) at ./iostream.jl:369
[15] open(::Function, ::String) at ./iostream.jl:367
[16] top-level scope at none:0
[17] include at ./boot.jl:317 [inlined]
[18] include_relative(::Module, ::String) at ./loading.jl:1038
[19] include at ./sysimg.jl:29 [inlined]
[20] include(::String) at /home/kir/.julia/packages/Compose/jNLbD/src/Compose.jl:1
[21] top-level scope at none:0
[22] include at ./boot.jl:317 [inlined]
[23] include_relative(::Module, ::String) at ./loading.jl:1038
[24] include(::Module, ::String) at ./sysimg.jl:29
[25] top-level scope at none:2
[26] eval at ./boot.jl:319 [inlined]
[27] eval(::Expr) at ./client.jl:389
[28] top-level scope at ./none:3
in expression starting at /home/kir/.julia/packages/Compose/jNLbD/src/fontfallback.jl:7
in expression starting at /home/kir/.julia/packages/Compose/jNLbD/src/Compose.jl:149
ERROR: Failed to precompile Compose [a81c6b42-2e10-5240-aca2-a61377ecd94b] to /home/kir/.julia/compiled/v1.0/Compose/sbiEw.ji.
Stacktrace:
[1] error(::String) at ./error.jl:33
[2] macro expansion at ./logging.jl:313 [inlined]
[3] compilecache(::Base.PkgId, ::String) at ./loading.jl:1184
[4] macro expansion at ./logging.jl:311 [inlined]
[5] _require(::Base.PkgId) at ./loading.jl:941
[6] require(::Base.PkgId) at ./loading.jl:852
[7] macro expansion at ./logging.jl:311 [inlined]
[8] require(::Module, ::Symbol) at ./loading.jl:834
I've tried to remove JSON compeletely and re-build Compose, but this does not work.
xparse is a function in Parsers.jl v0.3. One or more of your packages is holding Parsers back. It might be CSV: CSV v0.5 requires Parsers 0.3, but CSV 0.4.3 does not enforce a lower bound on Parsers. So try:
Some errors with JSON and Compose:
I've tried to remove JSON compeletely and re-build Compose, but this does not work.
The text was updated successfully, but these errors were encountered: