You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating the documentation of PoschlTeller I got an error due to CairoMakie
julia> include("./developer/docs.jl")
Activating project at `D:\Julia\Antique.jl`
ERROR: LoadError: 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:1630 [inlined]
[2] macro expansion
@ .\lock.jl:267 [inlined]
[3] require(into::Module, mod::Symbol)
@ Base .\loading.jl:1611
[4] include(fname::String)
@ Base.MainInclude .\client.jl:478
[5] top-level scope
@ none:1
in expression starting at D:\Julia\Antique.jl\docs\make.jl:3
ERROR: LoadError: failed process: Process(`julia --project=docs/ -e 'using Pkg; Pkg.activate("./Antique.jl/"); cd("Antique.jl/docs"); include("make.jl")'`, ProcessExited(1)) [1]
Not sure why this did not install automatically. Manual installation seems to have solved the issue but around 160 more dependencies had to be downloaded and installed.
The text was updated successfully, but these errors were encountered:
When updating the documentation of
PoschlTeller
I got an error due to CairoMakieNot sure why this did not install automatically. Manual installation seems to have solved the issue but around 160 more dependencies had to be downloaded and installed.
The text was updated successfully, but these errors were encountered: