I am trying to add a scenario reduction package [available here] in Julia and getting an error. In fact, I run these 2 lines as discribed in the link:
julia> Pkg.clone("https://github.com/trigaut/Scenred2.jl.git")
julia> Pkg.build("Scenred2")
Error:
Building Scenred2 → `~/.julia/dev/Scenred2/deps/build.log`
┌ Error: Error building `Scenred2`:
│ ERROR: LoadError: ArgumentError: Package Pkg not found in current path:
│ - Run `import Pkg; Pkg.add("Pkg")` to install the Pkg package.
│
P.S. I am using Julia 1.3.1 on a Mac OS.