I followed the basic command for Plots, but got an error message. I searched for that message, and followed suggested solution. However, I still get an error:
The system doesn’t find 7z.ex. Starting with Julia 1.3.x, this program is located in the libexec directory. You should update GR (] up GR) and rebuild again - that should help.
Sorry you are having trouble. That shouldn’t be necessary. @arnavsood are things up and running correctly on Julia 1.3 with the existing manifest/package, or do we need to push a bumped package and manifest for 1.3 support?
Regardless @DShiu Can you try the following: In that notebook (where the package/manifest is already there) try to go
] instantiate; precompile
and see if that works. It could be that you don’t have the consistent set of packages installed…
Smells like a 1.3 vs 1.2 package issue. So sorry… You can try 1.2 temporarily, but there is a decent chance you would need to delete your .julia afterwards and retry the instantiate. Regardless, tomorrow we will investigate bumping package versions