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

Warning during precompilating (1.9 beta) #941

Closed
KronosTheLate opened this issue Mar 7, 2023 · 3 comments
Closed

Warning during precompilating (1.9 beta) #941

KronosTheLate opened this issue Mar 7, 2023 · 3 comments

Comments

@KronosTheLate
Copy link

KronosTheLate commented Mar 7, 2023

After installing DifferentialEquations and Plots in a fresh environment, I get the following warnings:

Warnings
7 dependencies had warnings during precompilation:
┌ DiffEqBaseDistributionsExt [24f3332a-0dc5-5d65-94b6-25e75cab9690]
│  ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for DiffEqBase [2b5f629d-d688-5b77-993f-72d75c75574e]
│  │   exception = Invalid input in module list: expected LogExpFunctionsChainRulesCoreExt.
│  └ @ Base loading.jl:1768
└  
┌ SciMLNLSolve [e9a6253c-8580-4d32-9898-8661bb511710]
│  ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for DiffEqBase [2b5f629d-d688-5b77-993f-72d75c75574e]
│  │   exception = Invalid input in module list: expected LogExpFunctionsChainRulesCoreExt.
│  └ @ Base loading.jl:1768
└  
┌ DiffEqCallbacks [459566f4-90b8-5000-8ac3-15dfb0a30def]
│  ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for DiffEqBase [2b5f629d-d688-5b77-993f-72d75c75574e]
│  │   exception = Invalid input in module list: expected LogExpFunctionsChainRulesCoreExt.
│  └ @ Base loading.jl:1768
└  
┌ Sundials [c3572dad-4567-51f8-b174-8c6c989267f4]
│  ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for DiffEqBase [2b5f629d-d688-5b77-993f-72d75c75574e]
│  │   exception = Invalid input in module list: expected LogExpFunctionsChainRulesCoreExt.
│  └ @ Base loading.jl:1768
└  
┌ JumpProcesses [ccbc3e58-028d-4f4c-8cd5-9ae44345cda5]
│  ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for DiffEqBase [2b5f629d-d688-5b77-993f-72d75c75574e]
│  │   exception = Invalid input in module list: expected LogExpFunctionsChainRulesCoreExt.
│  └ @ Base loading.jl:1768
└  
┌ SimpleNonlinearSolve [727e6d20-b764-4bd8-a329-72de5adea6c7]
│  ┌ Warning: The call to compilecache failed to create a usable precompiled cache file for DiffEqBase [2b5f629d-d688-5b77-993f-72d75c75574e]
│  │   exception = Invalid input in module list: expected LogExpFunctionsChainRulesCoreExt.
│  └ @ Base loading.jl:1768
└  
┌ SciMLOperators [c0aeaf25-5076-4817-a8d5-81caf7dfa961]
│  ┌ Warning: Replacing docs for `SciMLOperators.AbstractSciMLOperator :: Union{}` in module `SciMLOperators`
│  └ @ Base.Docs docs/Docs.jl:243
└  
Version information
(ComputationalPhysics) pkg> st
Status `~/Nextcloud/Uni/BathroomTeamGithub/ComputationalPhysics/Project.toml`
  [0c46a032] DifferentialEquations v7.7.0
  [91a5bcdd] Plots v1.38.6

julia> versioninfo()
Julia Version 1.9.0-beta4
Commit b75ddb787ff (2023-02-07 21:53 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: 8 × Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-14.0.6 (ORCJIT, skylake)
  Threads: 1 on 8 virtual cores
Environment:
  JULIA_CONDAPKG_BACKEND = Null
  JULIA_IMAGE_THREADS = 1
@ChrisRackauckas
Copy link
Member

You just need to restart the REPL after updating.

@devmotion
Copy link
Member

Note though that Julia 1.9.0-beta4 has known issues with extensions if you work with stacked environments: JuliaLang/julia#48737 (should be fixed in Julia#master by JuliaLang/julia#48703)

@KronosTheLate
Copy link
Author

Adding the packages in my startup, and restarting the REPL, seem to have dispelled the errors. Thanks.

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

3 participants