Closed jcbritobr closed 6 years ago
This happens to me too, exactly the same error. As you can see, the problem is in the package "DataArrays", but by looking at https://github.com/JuliaStats/DataArrays.jl/issues/306 it seems that DataArrays should not be used anymore... waiting to get an answer from the devs!
Works for me - I'm on Gadfly#master
:
https://discourse.julialang.org/t/julia-1-0-support-just-landed-on-gadfly-master/14978
Also check that you have Compose 0.7
. Compose 0.7 was tagged recently, so you don't need to be on Compose#master.
I do have Compose 0.7.0 installed (done automatically by the package manager with the tags).
Il Dom 30 Set 2018, 22:03 Mattriks notifications@github.com ha scritto:
Works for me - I'm on Gadfly#master:
https://discourse.julialang.org/t/julia-1-0-support-just-landed-on-gadfly-master/14978 Also check that you have Compose 0.7. Compose 0.7 was tagged recently, so you don't need to be on Compose#master.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/GiovineItalia/Gadfly.jl/issues/1198#issuecomment-425747616, or mute the thread https://github.com/notifications/unsubscribe-auth/ANjmrVBcB3y_ugJzt98jOcnBdOJKez0Gks5ugSOggaJpZM4XA9bS .
If you are still having issues then please provide:
versioninfo()
using Pkg; Pkg.status()
Julia Version 1.0.0
Commit 5d4eaca0c9 (2018-08-08 20:58 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.0 (ORCJIT, skylake)
julia> using Pkg; Pkg.status()
Status `~/.julia/environments/v1.0/Project.toml`
[7d9fca2a] Arpack v0.2.3+ [`~/.julia/dev/Arpack`]
[c52e3926] Atom v0.7.7
[a93c6f00] DataFrames v0.14.0
[c91e804a] Gadfly v0.8.0
[a1b4810d] Hexagons v0.2.0
[7073ff75] IJulia v1.12.0
[e5e0dc1b] Juno v0.5.3
[d330b81b] PyPlot v2.6.3
Now do:
pkg"add Gadfly#master"
worked
julia> using Gadfly
[ Info: Precompiling Gadfly [c91e804a-d5a3-530f-b6f0-dfbca275c004]
WARNING: using Gadfly.hexagon in module Main conflicts with an existing identifier.
thank you a lot
We'll be tagging a new release for Gadfly in the near future so this extra step won't be necessary.
Gadfly is faling to precompile in julia 1.0
host os - ubuntu 18.04 x64 julia version - 1.0