I did that and when reinstalling the packages from a fresh Project.toml (the one created by PkgTemplates) I re obtain this error when precompiling:
``
julia> Pkg.precompile()
Precompiling environmentâŚ
â IntrospectiveStreams
0 dependencies successfully precompiled in 8 seconds. 47 already precompiled.
ERROR: The following 1 direct dependency failed to precompile:
IntrospectiveStreams [2f1adcd6-4cd2-49ed-b5e3-e45b62924b9e]
Failed to precompile IntrospectiveStreams [2f1adcd6-4cd2-49ed-b5e3-e45b62924b9e] to â/home/mmestre/.julia/compiled/v1.9/IntrospectiveStreams/jl_3WWH7Mâ.
WARNING: AstropyDeprecationWarning: The matrix_product function is deprecated and may be removed in a future version.
Use @ instead. [gala.coordinates.sgr]
WARNING: AstropyDeprecationWarning: The matrix_product function is deprecated and may be removed in a future version.
Use @ instead. [gala.coordinates.orphan]
WARNING: AstropyDeprecationWarning: The matrix_product function is deprecated and may be removed in a future version.
Use @ instead. [gala.coordinates.magellanic_stream]
WARNING: AstropyDeprecationWarning: Issue 12166: object.__dir__ - Python tracker is resolved. See docstring for alternatives. [gala.dynamics.core]
ERROR: LoadError: UndefVarError: @L_str
not defined
Stacktrace:
[1] top-level scope
@ :0
[2] #macroexpand#63
@ ./expr.jl:119 [inlined]
[3] macroexpand
@ ./expr.jl:117 [inlined]
[4] docm(source::LineNumberNode, mod::Module, meta::Any, ex::Any, define::Bool)
@ Base.Docs ./docs/Docs.jl:539
[5] docm(source::LineNumberNode, mod::Module, meta::Any, ex::Any)
@ Base.Docs ./docs/Docs.jl:539
[6] var"@doc"(::LineNumberNode, ::Module, ::String, ::Vararg{Any})
@ Core ./boot.jl:539
[7] include(mod::Module, _path::String)
@ Base ./Base.jl:457
[8] include(x::String)
@ IntrospectiveStreams ~/.julia/dev/IntrospectiveStreams/src/IntrospectiveStreams.jl:1
[9] top-level scope
@ ~/.julia/dev/IntrospectiveStreams/src/IntrospectiveStreams.jl:3
[10] include
@ ./Base.jl:457 [inlined]
[11] 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:2012
[12] top-level scope
@ stdin:2
in expression starting at /home/mmestre/.julia/dev/IntrospectiveStreams/src/DataMethods.jl:129
in expression starting at /home/mmestre/.julia/dev/IntrospectiveStreams/src/DataMethods.jl:1
in expression starting at /home/mmestre/.julia/dev/IntrospectiveStreams/src/IntrospectiveStreams.jl:1
in expression starting at stdin:2
Stacktrace:
[1] pkgerror(msg::String)
@ Pkg.Types ~/.julia/juliaup/julia-1.9.0-rc2+0.x64.linux.gnu/share/julia/stdlib/v1.9/Pkg/src/Types.jl:69
[2] precompile(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; internal_call::Bool, strict::Bool, warn_loaded::Bool, already_instantiated::Bool, timing::Bool, kwargs::Base.Pairs{Symbol, Base.TTY, Tuple{Symbol}, NamedTuple{(:io,), Tuple{Base.TTY}}})
@ Pkg.API ~/.julia/juliaup/julia-1.9.0-rc2+0.x64.linux.gnu/share/julia/stdlib/v1.9/Pkg/src/API.jl:1556
[3] precompile(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.TTY, kwargs::Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
@ Pkg.API ~/.julia/juliaup/julia-1.9.0-rc2+0.x64.linux.gnu/share/julia/stdlib/v1.9/Pkg/src/API.jl:156
[4] precompile(pkgs::Vector{Pkg.Types.PackageSpec})
@ Pkg.API ~/.julia/juliaup/julia-1.9.0-rc2+0.x64.linux.gnu/share/julia/stdlib/v1.9/Pkg/src/API.jl:145
[5] precompile(; name::Nothing, uuid::Nothing, version::Nothing, url::Nothing, rev::Nothing, path::Nothing, mode::Pkg.Types.PackageMode, subdir::Nothing, kwargs::Base.Pairs{Symbol, Union{}, Tuple{}, NamedTuple{(), Tuple{}}})
@ Pkg.API ~/.julia/juliaup/julia-1.9.0-rc2+0.x64.linux.gnu/share/julia/stdlib/v1.9/Pkg/src/API.jl:171
[6] precompile()
@ Pkg.API ~/.julia/juliaup/julia-1.9.0-rc2+0.x64.linux.gnu/share/julia/stdlib/v1.9/Pkg/src/API.jl:162
[7] top-level scope
@ REPL[8]:1