1

Vanilla julia-1.6.4 installation. Ubuntu 20 LTS

Any ideas? enter image description here

Simon B
  • 199
  • 1
  • 9
  • Please copy and paste the input and output instead of including an image. Images are (i) hard to read and (ii) unsearchable. – fredrikekre Dec 01 '21 at 18:46

1 Answers1

3

It was a broken release by the package maintainers and it has now been revoked. You can add the previous version explicitly, which hopefully works:

pkg> add Plots@1.24.3
fredrikekre
  • 10,413
  • 1
  • 32
  • 47