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
Error when trying to use Gadfly or Compose:
Version 0.5.0-dev+3438 (2016-04-07 15:46 UTC), Ubuntu 14.04
julia> using Compose
INFO: Precompiling module Compose...
ERROR: LoadError: LoadError: Not an in expression
in include(::ASCIIString) at ./boot.jl:234
in include_from_node1(::ASCIIString) at ./loading.jl:417
in include(::ASCIIString) at ./boot.jl:234
in include_from_node1(::ASCIIString) at ./loading.jl:417
[inlined code] from ./boot.jl:237
in anonymous at ./:4294967295
in eval(::Module, ::Any) at ./boot.jl:237
[inlined code] from ./sysimg.jl:11
in process_options(::Base.JLOptions) at ./client.jl:239
in _start() at ./client.jl:318
while loading /home/ashley/.julia/v0.5/Compose/src/form.jl, in expression starting on line 188
while loading /home/ashley/.julia/v0.5/Compose/src/Compose.jl, in expression starting on line 80
ERROR: Failed to precompile Compose to /home/ashley/.julia/lib/v0.5/Compose.ji
in error(::ASCIIString) at ./error.jl:21
in compilecache(::ASCIIString) at ./loading.jl:496
in compilecache(::Symbol) at ./loading.jl:485
in require(::Symbol) at ./loading.jl:355
in eval(::Module, ::Any) at ./boot.jl:237
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
Compose.jl is not up to date with recent v0.5 (there are other pending problems and even with the current work on string some serious impact is expected).
Error when trying to use Gadfly or Compose:
Version 0.5.0-dev+3438 (2016-04-07 15:46 UTC), Ubuntu 14.04
julia> using Compose
INFO: Precompiling module Compose...
ERROR: LoadError: LoadError: Not an
in
expressionin include(::ASCIIString) at ./boot.jl:234
in include_from_node1(::ASCIIString) at ./loading.jl:417
in include(::ASCIIString) at ./boot.jl:234
in include_from_node1(::ASCIIString) at ./loading.jl:417
[inlined code] from ./boot.jl:237
in anonymous at ./:4294967295
in eval(::Module, ::Any) at ./boot.jl:237
[inlined code] from ./sysimg.jl:11
in process_options(::Base.JLOptions) at ./client.jl:239
in _start() at ./client.jl:318
while loading /home/ashley/.julia/v0.5/Compose/src/form.jl, in expression starting on line 188
while loading /home/ashley/.julia/v0.5/Compose/src/Compose.jl, in expression starting on line 80
ERROR: Failed to precompile Compose to /home/ashley/.julia/lib/v0.5/Compose.ji
in error(::ASCIIString) at ./error.jl:21
in compilecache(::ASCIIString) at ./loading.jl:496
in compilecache(::Symbol) at ./loading.jl:485
in require(::Symbol) at ./loading.jl:355
in eval(::Module, ::Any) at ./boot.jl:237
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: