Copy/paste from Julia:
julia> using Subzero
julia> using Subzero # bring Subzero into scope
julia> using CairoMakie, GeoInterfaceMakie # bring plotting packages into scope
│ Packages [CairoMakie, GeoInterfaceMakie] not found, but packages named [CairoMakie, GeoInterfaceMakie] are available
│ from a registry.
│ Install packages?
│ (@v1.12) pkg> add CairoMakie GeoInterfaceMakie
└ (y/n/o) [y]: y
Selection not recognized
**ERROR: ArgumentError: Package CairoMakie not found in current path.
- Run
import Pkg; Pkg.add("CairoMakie") to install the CairoMakie package.**
Stacktrace:
[1] macro expansion
@ .\loading.jl:2403 [inlined]
[2] macro expansion
@ .\lock.jl:376 [inlined]
[3] __require(into::Module, mod::Symbol)
@ Base .\loading.jl:2386
[4] require(into::Module, mod::Symbol)
@ Base .\loading.jl:2362
[5] top-level scope
@ REPL[5]:1
Copy/paste from Julia:
julia> using Subzero
julia> using Subzero # bring Subzero into scope
julia> using CairoMakie, GeoInterfaceMakie # bring plotting packages into scope
│ Packages [CairoMakie, GeoInterfaceMakie] not found, but packages named [CairoMakie, GeoInterfaceMakie] are available
│ from a registry.
│ Install packages?
│ (@v1.12) pkg> add CairoMakie GeoInterfaceMakie
└ (y/n/o) [y]: y
Selection not recognized
**ERROR: ArgumentError: Package CairoMakie not found in current path.
import Pkg; Pkg.add("CairoMakie")to install the CairoMakie package.**Stacktrace:
[1] macro expansion
@ .\loading.jl:2403 [inlined]
[2] macro expansion
@ .\lock.jl:376 [inlined]
[3] __require(into::Module, mod::Symbol)
@ Base .\loading.jl:2386
[4] require(into::Module, mod::Symbol)
@ Base .\loading.jl:2362
[5] top-level scope
@ REPL[5]:1