zenna / Omega.jl

Causal, Higher-Order, Probabilistic Programming
MIT License
163 stars 17 forks source link

fix dependency error #222

Closed kai-qu closed 2 years ago

kai-qu commented 2 years ago

I tried to run generative-models.jl in a Pluto notebook, which failed on the first cell, and the error message said to run Pkg.instantiate() first.

  ERROR: LoadError: ArgumentError: Package UnicodePlots [b8865327-cd53-5732-bb35-84acbb429228] is required but does not seem to be installed:
  Run `Pkg.instantiate()` to install all recorded dependencies.

Adding this line makes the rest of the notebook run successfully.