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
Hello,
To develop and test a JLL package locally, I am doing
julia> libcxxwrap_julia_jll.dev_jll()
However, I am encountering this error I never came across before
julia> libcxxwrap_julia_jll.dev_jll() ERROR: ArgumentError: collection must be non-empty Stacktrace: [1] first(itr::Dict{Base.PkgId, Module}) @ Base ./abstractarray.jl:473 [2] dev_jll(src_name::Any) @ JLLWrappers ~/.julia/packages/JLLWrappers/jXOYx/src/runtime.jl:55 [3] invokelatest(::Any, ::Any, ::Vararg{Any}; kwargs::@Kwargs{}) @ Base ./essentials.jl:1055 [4] invokelatest(::Any, ::Any, ::Vararg{Any}) @ Base ./essentials.jl:1052 [5] dev_jll() @ libcxxwrap_julia_jll ~/.julia/packages/JLLWrappers/jXOYx/src/toplevel_generators.jl:93 [6] top-level scope @ REPL[9]:1
Any hint? It is not tied to libcxxwrap-julia, it happens with other packages too
libcxxwrap-julia
Julia version: 1.11.1+0.aarch64.apple.darwin14 JLLWrappers version: v1.6.0 and v1.6.1
1.11.1+0.aarch64.apple.darwin14
v1.6.0
v1.6.1
The text was updated successfully, but these errors were encountered:
See #73
Sorry, something went wrong.
No branches or pull requests
Hello,
To develop and test a JLL package locally, I am doing
However, I am encountering this error I never came across before
Any hint? It is not tied to
libcxxwrap-julia
, it happens with other packages tooJulia version:
1.11.1+0.aarch64.apple.darwin14
JLLWrappers version:
v1.6.0
andv1.6.1
The text was updated successfully, but these errors were encountered: