Press Enter to start Julia.
Hold on tight while we’re installing some packages for you.
This should only take a few seconds…
ERROR: LoadError: The following package names could not be resolved:
- Atom (not found in project, manifest or registry)
Please specify by known name=uuid
.
// win10 ; julia:1.0
Try rm(joinpath(homedir(), ".julia", "registries"); recursive=true)
. This is a bug in Pkg that will be fixed in the next bugfix release.
3 Likes
new to Atom and new to Julia, what am I supposed to do with rm(joinpath(homedir(), “.julia”, “registries”); recursive=true) ?? Is this a command line and where to put it into?
You start Julia (outside of Juno), either by clicking the executable or in a terminal, and then paste that line there.
There is a command called “open a repl” – search for it in the command pallette – that will open a plain Julia terminal for you, where you can paste this in. The difference is that Juno’s built-in terminal is trying to load Juno’s tooling, and that’s what’s failing here.