ohno / Antique.jl

Self-contained, well-tested, well-documented Analytical Solutions of Quantum Mechanical Equations.
https://ohno.github.io/Antique.jl/
MIT License
18 stars 3 forks source link

Error due to CairoMakie #53

Open lhapp27 opened 2 months ago

lhapp27 commented 2 months ago

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.

ohno commented 3 weeks ago

@ajarifi This error is not reproduced in my environment. Could you check it in your environment?