0

I'm trying to run a Julia code which works with GraphPlot package. I have already added this package to Julia. But I'm getting the following error when I start running the code. Can someone please help me with this?

Failed to precompile GraphPlot to /Users/Tim/.julia/lib/v0.5/GraphPlot.ji. while loading /Users/Tim/Dropbox/Python/Model/ip.jl, in expression starting on line 5

ccc
  • 574
  • 2
  • 9
  • 22
  • 1
    The error message is telling you that julia cannot precompile GraphPlot. There can be hundreds of reasons for that, but there is no way we can tell you if you don't post the entire message. Note though that the package doesn't appear to be compatible with julia-0.6 yet. – Michael K. Borregaard Jun 13 '17 at 05:45
  • Thanks, Michael... but is there anything that we could do to fix this error? – ccc Jun 13 '17 at 06:27
  • Try and open an issue at the repo to ask what their plans are. – Michael K. Borregaard Jun 13 '17 at 07:19
  • 1
    I see you're also having precompilation errors in Atom. Perhaps you should try to reinstall Julia afresh? There might be something wrong with your installation. – Michael K. Borregaard Jun 15 '17 at 09:26
  • 1
    I fixed the issue bu reinstalling Julia... Thanks, Michael. – ccc Jun 16 '17 at 02:24

0 Answers0