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
Precompilation failure seems to happen with [email protected] but not @0.1.5. Root cause seems to be in LeftChildRightSiblingTrees.
Thanks!
[ Info: Precompiling TerminalLoggers [5d786b92-1e48-4d6f-9151-6b4477ca9bed] ERROR: LoadError: UndefVarError: NodeType not defined Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base ./Base.jl:31 [2] top-level scope @ ~/.julia/packages/LeftChildRightSiblingTrees/ItTnK/src/abstracttrees.jl:3 [3] include(mod::Module, _path::String) @ Base ./Base.jl:419 [4] include(x::String) @ LeftChildRightSiblingTrees ~/.julia/packages/LeftChildRightSiblingTrees/ItTnK/src/LeftChildRightSiblingTrees.jl:1 [5] top-level scope @ ~/.julia/packages/LeftChildRightSiblingTrees/ItTnK/src/LeftChildRightSiblingTrees.jl:250 [6] include @ ./Base.jl:419 [inlined] [7] 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, UInt64}}, source::String) @ Base ./loading.jl:1554 [8] top-level scope @ stdin:1
The text was updated successfully, but these errors were encountered:
More notes:
[1520ce14] AbstractTrees v0.4.2 [1d6d02ad] LeftChildRightSiblingTrees v0.2.0 [5d786b92] TerminalLoggers v0.1.6
Sorry, something went wrong.
Also looking to solve this issue. Noticed TuringLang/Turing.jl#1941 (comment) which may be related. Do you have any imports in your startup.jl?
startup.jl
No branches or pull requests
Precompilation failure seems to happen with [email protected] but not @0.1.5. Root cause seems to be in LeftChildRightSiblingTrees.
Thanks!
The text was updated successfully, but these errors were encountered: