-
-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Description
Running MakieGallery while using PackageCompiler gives this error:
Running Tutorial simple scatter
(index 1)
┌ Warning: Could not find font Dejavu Sans, using Dejavu Sans
└ @ AbstractPlotting /Users/anshul/.julia/packages/AbstractPlotting/tsTkU/src/conversions.jl:543
Example Tutorial simple scatter failed with source:
using AbstractPlotting
x = rand(10)
y = rand(10)
colors = rand(10)
scene = scatter(x, y, color = colors)
ERROR: LoadError: LoadError: LoadError: recursion, font path seems to not contain dejavu sans: /Users/anshul/.julia/packages/AbstractPlotting/tsTkU/src/../assets/fontswhen I manually iterate through the Gallery and try to catch errors.
This happens on every example.
I'm on Makie, AbstractPlotting, GLMakie and PlotUtils master.
However, ]test Makie runs fine; as does running the examples in the REPL.
The font Dejavu Sans is installed on my system.
Compiling Makie using the latest tagged version doesn't throw this error; this isn't by any means a breaking bug, but is probably something to consider.
Metadata
Metadata
Assignees
Labels
No labels