Skip to content

Consider installing gnuplot along with Gaston using Julia's artifacts system #135

@xiaodaigh

Description

@xiaodaigh

This is the error I get when I try using Gaston

ERROR: InitError: Gaston cannot be loaded: gnuplot is not available on this system.
Stacktrace:
 [1] error(::String) at .\error.jl:33
 [2] __init__() at C:\Users\RTX2080\.julia\packages\Gaston\JtE39\src\Gaston.jl:64
 [3] _include_from_serialized(::String, ::Array{Any,1}) at .\loading.jl:697
 [4] _require_from_serialized(::String) at .\loading.jl:748
 [5] _require(::Base.PkgId) at .\loading.jl:1039
 [6] require(::Base.PkgId) at .\loading.jl:927
 [7] require(::Module, ::Symbol) at .\loading.jl:922
 [8] top-level scope at util.jl:175
 [9] eval(::Module, ::Any) at .\boot.jl:331
 [10] eval_user_input(::Any, ::REPL.REPLBackend) at D:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.4\REPL\src\REPL.jl:86
 [11] run_backend(::REPL.REPLBackend) at C:\Users\RTX2080\.julia\packages\Revise\XFtoQ\src\Revise.jl:1162
 [12] top-level scope at none:0
during initialization of module Gaston
caused by [exception 1]
IOError: could not spawn `gnuplot --version`: no such file or directory (ENOENT)
Stacktrace:
 [1] _spawn_primitive(::String, ::Cmd, ::Array{Any,1}) at .\process.jl:99
 [2] #550 at .\process.jl:112 [inlined]
 [3] setup_stdios(::Base.var"#550#551"{Cmd}, ::Array{Any,1}) at .\process.jl:196
 [4] _spawn at .\process.jl:111 [inlined]
 [5] _spawn at .\process.jl:106 [inlined]
 [6] success(::Cmd) at .\process.jl:496
 [7] __init__() at C:\Users\RTX2080\.julia\packages\Gaston\JtE39\src\Gaston.jl:62
 [8] _include_from_serialized(::String, ::Array{Any,1}) at .\loading.jl:697
 [9] _require_from_serialized(::String) at .\loading.jl:748
 [10] _require(::Base.PkgId) at .\loading.jl:1039
 [11] require(::Base.PkgId) at .\loading.jl:927
 [12] require(::Module, ::Symbol) at .\loading.jl:922
 [13] top-level scope at util.jl:175
 [14] eval(::Module, ::Any) at .\boot.jl:331
 [15] eval_user_input(::Any, ::REPL.REPLBackend) at D:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.4\REPL\src\REPL.jl:86
 [16] run_backend(::REPL.REPLBackend) at C:\Users\RTX2080\.julia\packages\Revise\XFtoQ\src\Revise.jl:1162
 [17] top-level scope at none:0

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions