JuliaAcademy/DataScience

Precompiling not working with Julia 1.10.

Opened this issue · 3 comments

I've been following Logan's "Getting Started" video, and the instructions mostly worked ... to a point. Then roughly 1/3 of the 300 or so packages failed to precompile. I'm guessing this is because the course is using Julia 1.6, whereas I'm on 1.10. Is there a way to manage packages that is more version-independent? @nassarhuda @logankilpatrick

Same results here

I had something with my Julia 1.9. I could run all after:

  • download & install Julia 1.6
  • run julia1.6 terminal
  • build Project.toml of Academia
  • add Julia 1.6 to Jupyter kernel
  • from Jupyter Academia lab select kernel Julia 1.6
    So, now I have julia 1.6 and Julia 1.9 available for Jupyter kernel