Skip to content

MultiModalMuSig can be installed using old Pkg, but not the new (v1.1+) Pkg #4

@WuyangFF95

Description

@WuyangFF95

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 MultiModalMuSig as a directory at ~/practice/3_Signature_Challenge/MultiModalMuSig.
Updating registry at ~/.julia/registries/General
Updating git-repo https://github.com/JuliaRegistries/General.git
Cloning git-repo MultiModalMuSig
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions