Skip to content
This repository was archived by the owner on Jun 29, 2021. It is now read-only.
This repository was archived by the owner on Jun 29, 2021. It is now read-only.

LoadError: UndefVarError: PlotList not defined #128

@ghost

Description

Hi. I'm running Julia 1.5.1 on Windows 10.
Makie plotting has been working wonderfully.
However, I receive the following error after running "using StatsMakie", even in newly created/installed environments.
Any advice would be helpful.

(@v1.5) pkg> activate .
Activating environment at C:\Users\charl\_coding\source\repos\makie_test\Project.toml

(makie_test) pkg> st
Project makie_test v0.1.0
Status C:\Users\charl\_coding\source\repos\makie_test\Project.toml (empty project)

(makie_test) pkg> add AbstractPlotting#master GLMakie#master Makie#master https://github.com/JuliaPlots/StatsMakie.jl.git
Updating git-repo https://github.com/JuliaPlots/AbstractPlotting.jl.git
Updating git-repo https://github.com/JuliaPlots/GLMakie.jl.git
Updating git-repo https://github.com/JuliaPlots/Makie.jl.git
Updating git-repo https://github.com/JuliaPlots/StatsMakie.jl.git
Updating registry at C:\Users\charl\.julia\registries\General
Resolving package versions...
...
(makie_test) pkg> st
Project makie_test v0.1.0
Status C:\Users\charl\_coding\source\repos\makie_test\Project.toml
[537997a7] AbstractPlotting v0.12.10 https://github.com/JuliaPlots/AbstractPlotting.jl.git#master
[e9467ef8] GLMakie v0.1.11 https://github.com/JuliaPlots/GLMakie.jl.git#master
[ee78f7c6] Makie v0.11.1 https://github.com/JuliaPlots/Makie.jl.git#master
[65254759] StatsMakie v0.2.3 https://github.com/JuliaPlots/StatsMakie.jl.git#master

julia> using Makie

julia> using StatsMakie
[ Info: Precompiling StatsMakie [65254759-4cff-5aa5-8326-61ce017a8c70]
WARNING: could not import AbstractPlotting.combine into StatsMakie
ERROR: LoadError: LoadError: UndefVarError: PlotList not defined
Stacktrace:
[1] top-level scope at C:\Users\charl.julia\packages\StatsMakie\MwUVz\src\group\dodge.jl:30
[2] include(::Function, ::Module, ::String) at .\Base.jl:380
[3] include at .\Base.jl:368 [inlined]
[4] include(::String) at C:\Users\charl.julia\packages\StatsMakie\MwUVz\src\StatsMakie.jl:1
[5] top-level scope at C:\Users\charl.julia\packages\StatsMakie\MwUVz\src\StatsMakie.jl:39
[6] include(::Function, ::Module, ::String) at .\Base.jl:380
[7] include(::Module, ::String) at .\Base.jl:368
[8] top-level scope at none:2
[9] eval at .\boot.jl:331 [inlined]
[10] eval(::Expr) at .\client.jl:467
[11] top-level scope at .\none:3
in expression starting at C:\Users\charl.julia\packages\StatsMakie\MwUVz\src\group\dodge.jl:30
in expression starting at C:\Users\charl.julia\packages\StatsMakie\MwUVz\src\StatsMakie.jl:39
ERROR: Failed to precompile StatsMakie [65254759-4cff-5aa5-8326-61ce017a8c70] to C:\Users\charl.julia\compiled\v1.5\StatsMakie\RRy0o_IjdBW.ji.
Stacktrace:
[1] error(::String) at .\error.jl:33
[2] compilecache(::Base.PkgId, ::String) at .\loading.jl:1305
[3] _require(::Base.PkgId) at .\loading.jl:1030
[4] require(::Base.PkgId) at .\loading.jl:928
[5] require(::Module, ::Symbol) at .\loading.jl:923

(makie_test) pkg> st
julia>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions