ANL-CEEESA / UnitCommitment.jl

Optimization package for the Security-Constrained Unit Commitment Problem
Other
104 stars 24 forks source link

Distributions is a direct dependency but does not appear in the manifest #14

Closed akazachk closed 3 years ago

akazachk commented 3 years ago

Description

Typing make produces an error

julia --color=yes --project=@. src/utils/sysimage.jl
ERROR: LoadError: ArgumentError: Package Distributions [31c24e10-a181-5473-b8eb-7969acd0382f] is required but does not seem to be installed:
 - Run `Pkg.instantiate()` to install all recorded dependencies.

Doing instantiate produces

(UnitCommitment) pkg> instantiate
ERROR: `Distributions` is a direct dependency, but does not appear in the manifest. If you intend `Distributions` to be a direct dependency, run `Pkg.resolve()` to populate the manifest. Otherwise, remove `Distributions` with `Pkg.rm("Distributions")`. Finally, run `Pkg.instantiate()` again.

Steps to Reproduce

Dev branch, trying to type make to produce the image file.

System Information

iSoron commented 3 years ago

See comments in #15