Skip to content

Precompiling not working with Julia 1.10. #55

Open
@Ackbach

Description

@Ackbach

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

Activity

kapilvetriv

kapilvetriv commented on Feb 10, 2024

@kapilvetriv

+1

Zonaldo7

Zonaldo7 commented on Feb 21, 2024

@Zonaldo7

Same results here

alex23ua

alex23ua commented on Apr 15, 2024

@alex23ua

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Precompiling not working with Julia 1.10. · Issue #55 · JuliaAcademy/DataScience