randyzwitch / ECharts.jl

Julia package for the Apache ECharts v4 visualization library
https://randyzwitch.com/ECharts.jl/
Other
84 stars 9 forks source link

Won't download in Atom #27

Closed alvarojg92 closed 6 years ago

alvarojg92 commented 6 years ago

I tried to add it to Julia in Atom, but get the following message:

Pkg.add("ECharts") ERROR: resolve is unable to satisfy package requirements. The problem was detected when trying to find a feasible version for package Graphs. However, this only means that package Graphs is involved in an unsatisfiable or difficult dependency relation, and the root of the problem may be elsewhere.

randyzwitch commented 6 years ago

Thanks for reporting. I'm not familiar with Graphs, but I suspect one of its dependencies is the issue.

alvarojg92 commented 6 years ago

I tried updating Graphs, but it didn't change the dependency issue.

randyzwitch commented 6 years ago

Right, I mean that Graphs must have some dependency that isn't compatible with the minimum versions listed in ECharts. Unfortunately, the only ways to fix this are either to Pkg.rm("Graphs") or Pkg.clone("https://github.com/randyzwitch/ECharts.jl.git")

randyzwitch commented 6 years ago

Did this ever get resolved or did you give up? I'm inclined to close this as its an upstream issue, but I'd love to help any way I can as well to get another ECharts user :)

alvarojg92 commented 6 years ago

UPDATE: Apparently there was a problem with Gadfly, so I removed it and that solved the issue. I came to use ECharts for the Sankey diagrams, and it's beautifuly working!

Well done!

randyzwitch commented 6 years ago

Great! Glad everything worked out.