-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Dear @funnell , I think that Julia has made a significant change on the package manager Pkg. After Julia 1, it has two versions of Pkg.
The new Pkg (https://docs.julialang.org/en/v1/stdlib/Pkg/#Pkg-1), invoked by pressing "]" in Julia interactive session, cannot install MultiModalMuSig at all.
(v1.1) pkg> add MultiModalMuSig
[ Info: resolving package specifier
MultiModalMuSigas a directory at~/practice/3_Signature_Challenge/MultiModalMuSig.
Updating registry at~/.julia/registries/General
Updating git-repohttps://github.com/JuliaRegistries/General.git
Cloning git-repoMultiModalMuSig
ERROR: Git repository not found at 'MultiModalMuSig'
But if I use the old Syntax of Pkg, I can install MultiModalMuSig.
julia> import Pkg
julia> Pkg.add("MultiModalMuSig")
Resolving package versions...
Updating~/.julia/environments/v1.1/Project.toml
[a66acb62] + MultiModalMuSig v0.1.0
Updating~/.julia/environments/v1.1/Manifest.toml
[a66acb62] + MultiModalMuSig v0.1.0