Half installed pakage

I was installing DynamicalSystems pakage and during installing due to light failure my system went down and when i rebooted my system again and in julia when i tried to type pkg>add DynamicalSystems the following message is displayed everytime i try to reinstall it.
ERROR: Measurements=eff96d63-e80a-5855-80a2-b1b0885c5ab7 depends on Juno=e5e0dc1b-0480-54bc-9374-aad01c23163d, but no such entry exists in the manifest.
How i can get out of this problem.
Thanks in advace

Did you try:

using Pkg
Pkg.resolve()

?

i have already done this but everytime same message appears. it has the following output
julia> Pkg.resolve()
ERROR: Measurements=eff96d63-e80a-5855-80a2-b1b0885c5ab7 depends on Juno=e5e0dc1b-0480-54bc-9374-aad01c23163d, but no such entry exists in the manifest.
Stacktrace:
[1] pkgerror(::String, ::Vararg{String})
@ Pkg.Types ~/julia-1.10.3/share/julia/stdlib/v1.10/Pkg/src/Types.jl:70
[2] validate_manifest(julia_version::VersionNumber, manifest_format::VersionNumber, stage1::Dict{…}, other::Dict{…})
@ Pkg.Types ~/julia-1.10.3/share/julia/stdlib/v1.10/Pkg/src/manifest.jl:135
[3] Pkg.Types.Manifest(raw::Dict{String, Any}, f_or_io::String)
@ Pkg.Types ~/julia-1.10.3/share/julia/stdlib/v1.10/Pkg/src/manifest.jl:203
[4] read_manifest(f_or_io::String)
@ Pkg.Types ~/julia-1.10.3/share/julia/stdlib/v1.10/Pkg/src/manifest.jl:222
[5] Pkg.Types.EnvCache(env::Nothing)
@ Pkg.Types ~/julia-1.10.3/share/julia/stdlib/v1.10/Pkg/src/Types.jl:378
[6] EnvCache
@ ~/julia-1.10.3/share/julia/stdlib/v1.10/Pkg/src/Types.jl:356 [inlined]
[7] Context
@ ~/julia-1.10.3/share/julia/stdlib/v1.10/Pkg/src/Types.jl:406 [inlined]
[8] resolve(; io::Base.TTY, kwargs::@Kwargs{})
@ Pkg.API ~/julia-1.10.3/share/julia/stdlib/v1.10/Pkg/src/API.jl:355
[9] top-level scope
@ REPL[2]:1
Some type information was truncated. Use show(err) to see complete types.

when i use the VSCodes the same message appears there as well

What is the output of:

using Pkg
Pkg.status()

?

Try moving the Manifest.toml and then resolve and instantiate.

1 Like

many thanks
done