-
Notifications
You must be signed in to change notification settings - Fork 1
Description
After installing the package LowRankDPP, i used this command julia > using LowRankDPP but julia threw an error, shown as:
ERROR: LoadError: LoadError: ArgumentError: Package LowRankDPP does not have HDF5 in its dependencies:
- If you have LowRankDPP checked out for development and have added HDF5 as a dependency but haven't updated your primary environment's manifest file, try Pkg.resolve().
- Otherwise you may need to report an issue with LowRankDPP
Stacktrace:
[1] require(::Module, ::Symbol) at ./loading.jl:836
[2] include at ./boot.jl:317 [inlined]
[3] include_relative(::Module, ::String) at ./loading.jl:1044
[4] include at ./sysimg.jl:29 [inlined]
[5] include(::String) at /home/lugan/.julia/packages/LowRankDPP/H6i8g/src/LowRankDPP.jl:1
[6] top-level scope at none:0
[7] include at ./boot.jl:317 [inlined]
[8] include_relative(::Module, ::String) at ./loading.jl:1044
[9] include(::Module, ::String) at ./sysimg.jl:29
[10] top-level scope at none:2
[11] eval at ./boot.jl:319 [inlined]
[12] eval(::Expr) at ./client.jl:393
[13] top-level scope at ./none:3
in expression starting at /home/lugan/.julia/packages/LowRankDPP/H6i8g/src/DPPLearningBayesian.jl:1
in expression starting at /home/lugan/.julia/packages/LowRankDPP/H6i8g/src/LowRankDPP.jl:5
ERROR: Failed to precompile LowRankDPP [9b9b7fa5-5be1-5dfa-9a06-d76e2896ef30] to /home/lugan/.julia/compiled/v1.0/LowRankDPP/JNFL6.ji.
Stacktrace:
[1] error(::String) at ./error.jl:33
[2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1203
[3] _require(::Base.PkgId) at ./loading.jl:960
[4] require(::Base.PkgId) at ./loading.jl:858
[5] require(::Module, ::Symbol) at ./loading.jl:853
Can anyone give me an idea where to add this dependancy? Thanks.