Hi
I copied a project.toml and a manifest.toml from one computer to another
On my ‘new’ computer .julia\registries is somehow empty.
I get the error below. How can I fix that?
Can I update or define a registry somehow?
(Julia) pkg> st
Status `C:\Users\bernhard.konig\ASync\home\Code\Julia\Project.toml`
→ [1520ce14] AbstractTrees v0.1.0+ #master [https://github.com/Keno/AbstractTrees.jl.git]
→ [6e4b80f9] BenchmarkTools v0.3.1
→ [00ebfdb7] CSTParser v0.3.5+ #v0.7compat [https://github.com/ZacLN/CSTParser.jl.git]
→ [336ed68f] CSV v0.2.5+ #master [https://github.com/JuliaData/CSV.jl.git]
→ [34da2185] Compat v0.68.0
→ [a2441757] Coverage v0.5.3
→ [a93c6f00] DataFrames v0.11.6
→ [31c24e10] Distributions v0.15.0+ #master [https://github.com/JuliaStats/Distributions.jl.git]
→ [5789e2e9] FileIO v0.9.0+ #master [https://github.com/JuliaIO/FileIO.jl.git]
→ [bc5e4493] GitHub v4.0.0
→ [cd3eb016] HTTP v0.6.12
→ [a4bce56a] Iterators v0.3.1
→ [033835bb] JLD2 v0.0.5+ #master [https://github.com/simonster/JLD2.jl.git]
→ [7f8f8fb0] LearnBase v0.1.6
→ [4345ca2d] Loess v0.3.0
→ [739be429] MbedTLS v0.5.11+ #master [https://github.com/JuliaWeb/MbedTLS.jl.git]
→ [4d1e1d77] Nullables v0.0.5
→ [a15396b6] OnlineStats v0.17.4+ #master [https://github.com/joshday/OnlineStats.jl.git]
→ [c46f51b8] ProfileView v0.3.0
→ [92933f4c] ProgressMeter v0.5.5
→ [438e738f] PyCall v1.16.1+ #master [https://github.com/JuliaPy/PyCall.jl.git]
→ [295af30f] Revise v0.3.0+ #master [https://github.com/timholy/Revise.jl.git]
→ [0aa819cd] SQLite v0.5.0
→ [2913bbd2] StatsBase v0.23.0
→ [4c63d2b9] StatsFuns v0.6.0+ #master [https://github.com/JuliaStats/StatsFuns.jl.git]
[9a3f8284] Random
┌ Warning: Some packages (indicated with a red arrow) are not downloaded, use `instantiate` to instantiate the current environment
└ @ Pkg.Display Display.jl:182
(Julia) pkg> instantiate
ERROR: AssertionError: haskey(hashes, uuid)
Stacktrace:
[1] version_data!(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v0.7\Pkg\src\Operations.jl:346
[2] #instantiate#52(::Nothing, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::Pkg.Types.Context) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\b
uild\usr\share\julia\stdlib\v0.7\Pkg\src\API.jl:514
[3] (::getfield(Pkg.API, Symbol("#kw##instantiate")))(::NamedTuple{(:manifest,),Tuple{Nothing}}, ::typeof(Pkg.API.instantiate), ::Pkg.Types.Context) at .\<missing>:0
[4] do_instantiate!(::Pkg.Types.Context, ::Array{Union{Pkg.Types.VersionRange, String, Pkg.REPLMode.Command, Pkg.REPLMode.Option, Pkg.REPLMode.Rev},1}) at C:\cygwin\home\Administrator\buildbot\worker
\package_win64\build\usr\share\julia\stdlib\v0.7\Pkg\src\REPLMode.jl:776
[5] #invokelatest#1 at .\essentials.jl:670 [inlined]
[6] invokelatest at .\essentials.jl:669 [inlined]
[7] do_cmd!(::Array{Union{Pkg.Types.VersionRange, String, Pkg.REPLMode.Command, Pkg.REPLMode.Option, Pkg.REPLMode.Rev},1}, ::REPL.LineEditREPL) at C:\cygwin\home\Administrator\buildbot\worker\package
_win64\build\usr\share\julia\stdlib\v0.7\Pkg\src\REPLMode.jl:275
[8] #do_cmd#8(::Bool, ::Function, ::REPL.LineEditREPL, ::String) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v0.7\Pkg\src\REPLMode.jl:235
[9] do_cmd at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v0.7\Pkg\src\REPLMode.jl:232 [inlined]
[10] (::getfield(Pkg.REPLMode, Symbol("##27#30")){REPL.LineEditREPL,REPL.LineEdit.Prompt})(::REPL.LineEdit.MIState, ::Base.GenericIOBuffer{Array{UInt8,1}}, ::Bool) at C:\cygwin\home\Administrator\bui
ldbot\worker\package_win64\build\usr\share\julia\stdlib\v0.7\Pkg\src\REPLMode.jl:950
[11] top-level scope