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
InitError: AssertionError: isfile(f)
julia> using Blink ERROR: InitError: AssertionError: isfile(f) Stacktrace: [1] resource (repeats 2 times) @ ~/.julia/packages/Blink/tnO3a/src/content/server.jl:5 [inlined] [2] macro expansion @ ~/.julia/packages/Blink/tnO3a/src/AtomShell/webio.jl:34 [inlined] [3] (::Blink.AtomShell.var"#22#23")() @ Blink.AtomShell ~/.julia/packages/Lazy/9Xnd3/src/macros.jl:346 [4] __init__() @ Blink.AtomShell ~/.julia/packages/Lazy/9Xnd3/src/macros.jl:341 [5] run_module_init(mod::Module, i::Int64) @ Base ./loading.jl:1134 [6] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String) @ Base ./loading.jl:1122 [7] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::String, depmods::Vector{Any}) @ Base ./loading.jl:1067 [8] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt128) @ Base ./loading.jl:1581 [9] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:1938 [10] __require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:1812 [11] #invoke_in_world#3 @ ./essentials.jl:926 [inlined] [12] invoke_in_world @ ./essentials.jl:923 [inlined] [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:1803 [14] macro expansion @ ./loading.jl:1790 [inlined] [15] macro expansion @ ./lock.jl:267 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:1753 [17] #invoke_in_world#3 @ ./essentials.jl:926 [inlined] [18] invoke_in_world @ ./essentials.jl:923 [inlined] [19] require(into::Module, mod::Symbol) @ Base ./loading.jl:1746 during initialization of module AtomShell julia> versioninfo() Julia Version 1.10.3 Commit 0b4590a5507 (2024-04-30 10:59 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: macOS (arm64-apple-darwin22.4.0) CPU: 8 × Apple M1 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-15.0.7 (ORCJIT, apple-m1) Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)
The text was updated successfully, but these errors were encountered:
Ah, I think I have to blame Pluto which apparently hasn't run the Pkg.build step when installing the package
Pkg.build
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: