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

ERROR: LoadError: LoadError: LoadError: UndefVarError: f not defined, julia v1.6.3 #811

Closed
xzczd opened this issue Oct 22, 2021 · 1 comment

Comments

@xzczd
Copy link

xzczd commented Oct 22, 2021

The following is my versioninfo():

Julia Version 1.6.3
Commit ae8452a9e0 (2021-09-23 17:34 UTC)
Platform Info:
  OS: Windows (x86_64-w64-mingw32)
  CPU: Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-11.0.1 (ORCJIT, skylake)

I installed the package simply with (@v1.6) pkg> add OrdinaryDiffEq. (@v1.6) pkg> status OrdinaryDiffEq shows the version is v5.41.0. But when I execute

using OrdinaryDiffEq

I encountered the following warning:

[ Info: Precompiling OrdinaryDiffEq [1dea7af3-3e70-54e6-95c3-0bf5283fa5ed]
ERROR: LoadError: LoadError: LoadError: UndefVarError: f not defined

What have I done wrong?

@xzczd
Copy link
Author

xzczd commented Oct 22, 2021

The evil seems to be registry as mentioned in the following:

trixi-framework/Trixi.jl#928

Now the package is loaded properly.

@xzczd xzczd closed this as completed Oct 22, 2021
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

1 participant