Hi! I’ve tried several times to install the Distributions Pkg.
I’m using the 1.5.3 Julia version, and every time I’m tring to add it, there’s an ERROR message.
I’ve tried from the pkg enviroment with the commands
add Distributions
and
and from the central enviroment by
using Pkg
Pkg.add(“Distributions”)
however at the end of the process this message appears
Updating git-repo
https://github.com/JuliaStats/Distributions.jl
Updating registry atC:... \.julia\registries\JuliaComputingRegistry
Resolving package versions…
ERROR: expected packageReexport [189a3867]
to be registered
I don’t know what to do, thanks in advance!