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

LazyAlgebraLowLevel not defined while importing LinearInterpolators #3

Closed
assia855 opened this issue Mar 11, 2021 · 2 comments
Closed

Comments

@assia855
Copy link

I already installed LinearInterpolators and while compiling I'm getting the following error:

julia> using LinearInterpolators
[ Info: Precompiling LinearInterpolators [2fc109c4-9d77-11e9-32ff-e5c650334c16]
ERROR: LoadError: LoadError: UndefVarError: LazyAlgebraLowLevel not defined
Stacktrace:
[1] include at .\boot.jl:328 [inlined]
[2] include_relative(::Module, ::String) at .\loading.jl:1105
[3] include at .\Base.jl:31 [inlined]
[4] include(::String) at C:\Users\as.julia\packages\LinearInterpolators\xEBQM\src\LinearInterpolators.jl:16
[5] top-level scope at C:\Users\as.julia\packages\LinearInterpolators\xEBQM\src\LinearInterpolators.jl:61
[6] include at .\boot.jl:328 [inlined]
[7] include_relative(::Module, ::String) at .\loading.jl:1105
[8] include(::Module, ::String) at .\Base.jl:31
[9] top-level scope at none:2
[10] eval at .\boot.jl:330 [inlined]
[11] eval(::Expr) at .\client.jl:425
[12] top-level scope at .\none:3
in expression starting at C:\Users\as.julia\packages\LinearInterpolators\xEBQM\src\interpolations.jl:36
in expression starting at C:\Users\as.julia\packages\LinearInterpolators\xEBQM\src\LinearInterpolators.jl:61
ERROR: Failed to precompile LinearInterpolators [2fc109c4-9d77-11e9-32ff-e5c650334c16] to C:\Users\
Stacktrace:
[1] compilecache(::Base.PkgId, ::String) at .\loading.jl:1283
[2] _require(::Base.PkgId) at .\loading.jl:1024
[3] require(::Base.PkgId) at .\loading.jl:922
[4] require(::Module, ::Symbol) at .\loading.jl:917

julia> using LazyAlgebra.LazyAlgebraLowLevel
ERROR: UndefVarError: LazyAlgebraLowLevel not defined
LoadError: UndefVarError: LazyAlgebraLowLevel not defined
in expression starting at C:\Users\

Thank you in advance.

@emmt
Copy link
Owner

emmt commented Mar 11, 2021

Sorry I forgot to push fixes to account for these recent changes in LazyAlgebra. This should be done now. let me know if you have other issues.

@assia855
Copy link
Author

Thank you professor, it's working now.

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

2 participants