Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error due to CairoMakie #53

Open
lhapp27 opened this issue Apr 24, 2024 · 1 comment
Open

Error due to CairoMakie #53

lhapp27 opened this issue Apr 24, 2024 · 1 comment
Assignees

Comments

@lhapp27
Copy link
Collaborator

lhapp27 commented Apr 24, 2024

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
Copy link
Owner

ohno commented Jun 9, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants