We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
""" [ Info: Precompiling HDF5 [f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f] ERROR: LoadError: UndefVarError: libhdf5 not defined Stacktrace: [1] top-level scope @ ~/.julia/packages/HDF5/Ws1wH/src/api/types.jl:252 [2] include(mod::Module, _path::String) @ Base ./Base.jl:457 [3] include(x::String) @ HDF5.API ~/.julia/packages/HDF5/Ws1wH/src/api/api.jl:1 [4] top-level scope @ ~/.julia/packages/HDF5/Ws1wH/src/api/api.jl:63 [5] include(mod::Module, _path::String) @ Base ./Base.jl:457 [6] include(x::String) @ HDF5 ~/.julia/packages/HDF5/Ws1wH/src/HDF5.jl:1 [7] top-level scope @ ~/.julia/packages/HDF5/Ws1wH/src/HDF5.jl:68 [8] include @ ./Base.jl:457 [inlined] [9] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing) @ Base ./loading.jl:2049 [10] top-level scope @ stdin:3 in expression starting at /home/kmb/.julia/packages/HDF5/Ws1wH/src/api/types.jl:252 in expression starting at /home/kmb/.julia/packages/HDF5/Ws1wH/src/api/api.jl:1 in expression starting at /home/kmb/.julia/packages/HDF5/Ws1wH/src/HDF5.jl:1 in expression starting at stdin:3 ERROR: Failed to precompile HDF5 [f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f] to "/home/kmb/.julia/compiled/v1.9/HDF5/jl_vR09Z4". Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:2300 [3] compilecache @ ./loading.jl:2167 [inlined] [4] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:1805 [5] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:1660 [6] macro expansion @ ./loading.jl:1648 [inlined] [7] macro expansion @ ./lock.jl:267 [inlined] [8] require(into::Module, mod::Symbol) @ Base ./loading.jl:1611 julia> versioninfo() Julia Version 1.9.3 Commit bed2cd540a1 (2023-08-24 14:43 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (i686-linux-gnu) CPU: 2 × Intel(R) Pentium(R) 4 CPU 3.00GHz WORD_SIZE: 32 LIBM: libopenlibm LLVM: libLLVM-14.0.6 (ORCJIT, prescott) Threads: 1 on 2 virtual cores Environment: LD_PRELOAD = libgtk3-nocsd.so.0 JULIA_IMAGE_THREADS = 1
libhdf5
"""
The text was updated successfully, but these errors were encountered:
Please reopen if this is still an issue in 1.10 / 1.11
Sorry, something went wrong.
No branches or pull requests
"""
[ Info: Precompiling HDF5 [f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f]
ERROR: LoadError: UndefVarError:
libhdf5
not definedStacktrace:
[1] top-level scope
@ ~/.julia/packages/HDF5/Ws1wH/src/api/types.jl:252
[2] include(mod::Module, _path::String)
@ Base ./Base.jl:457
[3] include(x::String)
@ HDF5.API ~/.julia/packages/HDF5/Ws1wH/src/api/api.jl:1
[4] top-level scope
@ ~/.julia/packages/HDF5/Ws1wH/src/api/api.jl:63
[5] include(mod::Module, _path::String)
@ Base ./Base.jl:457
[6] include(x::String)
@ HDF5 ~/.julia/packages/HDF5/Ws1wH/src/HDF5.jl:1
[7] top-level scope
@ ~/.julia/packages/HDF5/Ws1wH/src/HDF5.jl:68
[8] include
@ ./Base.jl:457 [inlined]
[9] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)
@ Base ./loading.jl:2049
[10] top-level scope
@ stdin:3
in expression starting at /home/kmb/.julia/packages/HDF5/Ws1wH/src/api/types.jl:252
in expression starting at /home/kmb/.julia/packages/HDF5/Ws1wH/src/api/api.jl:1
in expression starting at /home/kmb/.julia/packages/HDF5/Ws1wH/src/HDF5.jl:1
in expression starting at stdin:3
ERROR: Failed to precompile HDF5 [f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f] to "/home/kmb/.julia/compiled/v1.9/HDF5/jl_vR09Z4".
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:35
[2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool)
@ Base ./loading.jl:2300
[3] compilecache
@ ./loading.jl:2167 [inlined]
[4] _require(pkg::Base.PkgId, env::String)
@ Base ./loading.jl:1805
[5] _require_prelocked(uuidkey::Base.PkgId, env::String)
@ Base ./loading.jl:1660
[6] macro expansion
@ ./loading.jl:1648 [inlined]
[7] macro expansion
@ ./lock.jl:267 [inlined]
[8] require(into::Module, mod::Symbol)
@ Base ./loading.jl:1611
julia> versioninfo()
Julia Version 1.9.3
Commit bed2cd540a1 (2023-08-24 14:43 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Linux (i686-linux-gnu)
CPU: 2 × Intel(R) Pentium(R) 4 CPU 3.00GHz
WORD_SIZE: 32
LIBM: libopenlibm
LLVM: libLLVM-14.0.6 (ORCJIT, prescott)
Threads: 1 on 2 virtual cores
Environment:
LD_PRELOAD = libgtk3-nocsd.so.0
JULIA_IMAGE_THREADS = 1
"""
The text was updated successfully, but these errors were encountered: