Hello,
I installed some packages (e.g. SciML) and I am getting the following error:
Precompiling VSCodeServer...
Info Given VSCodeServer was explicitly requested, output will be shown live
ERROR: LoadError: ArgumentError: Package Logging does not have StyledStrings in its dependencies:
- Note that the following manifests in the load path were resolved with a different
julia version, which may be the cause of the error:
/home/XXXXX/.vscode/extensions/julialang.language-julia-1.124.2/scripts/environments/terminalserver/v1.11/Manifest.toml (v1.11.0-rc3) ◐ VSCodeServer
- You may have a partially installed environment. Try `Pkg.instantiate()`
to ensure all packages in the environment are installed.
- Or, if you have Logging checked out for development and have
added StyledStrings as a dependency but haven't updated your primary
environment's manifest file, try `Pkg.resolve()`.
- Otherwise you may need to report an issue with Logging
Stacktrace:
[1] top-level scope
@ stdin:4
in expression starting at /usr/share/julia/stdlib/v1.11/Logging/src/Logging.jl:3
in expression starting at stdin:4
Any ideas how we can solve this issue?
Kind regards