_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |
julia> import Pkg
julia> Pkg.add("Random")
Updating registry at `~/.julia/registries/General`
Updating git-repo `https://github.com/JuliaRegistries/General.git`
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package DebuggerFramework [67417a49]:
DebuggerFramework [67417a49] log:
├─possible versions are: 0.1.0-0.1.2 or uninstalled
├─restricted by compatibility requirements with Atom [c52e3926] to versions: 0.1.0-0.1.2
│ └─Atom [c52e3926] log:
│ ├─possible versions are: [0.1.0-0.1.1, 0.2.0-0.2.1, 0.3.0, 0.4.0-0.4.6, 0.5.0-0.5.10, 0.6.0-0.6.17, 0.7.0-0.7.15, 0.8.0-0.8.4] or uninstalled
│ └─restricted to versions 0.7.14 by an explicit requirement, leaving only versions 0.7.14
└─restricted by julia compatibility requirements to versions: uninstalled — no versions left
I’m confused. Two questions.
1: What is this DebuggerFramework [67417a49]?
2: How to solve this?