Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Precompiling not working with Julia 1.10. #55

Open
Ackbach opened this issue Jan 11, 2024 · 3 comments
Open

Precompiling not working with Julia 1.10. #55

Ackbach opened this issue Jan 11, 2024 · 3 comments

Comments

@Ackbach
Copy link

Ackbach commented Jan 11, 2024

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

@kapilvetriv
Copy link

+1

@Zonaldo7
Copy link

Same results here

@AlexDag
Copy link

AlexDag commented Apr 15, 2024

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants