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
DataVoyager refuses to precompile. It throws this error below- the file exists, though. Not sure why it's telling me to run "Pkg.build(package)", when that doesn't do anything (package not defined, expectedly).
julia> using DataVoyager
[ Info: Precompiling DataVoyager [5721bf48-af8e-5845-8445-c9e18126e773]
ERROR: LoadError: LoadError: LoadError: Unable to load
_jl_libpangocairo (/usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0)
Please re-run Pkg.build(package), and restart Julia.
The text was updated successfully, but these errors were encountered:
I think that is the dreadful Cairo.jl problem... DataVoyager.jl has a dependency on VegaLite.jl, which has a dependency on Cairo.jl, and the Cairo.jl build situation is not good... You could try to rerun build for Cairo and see what that returns?
Looks like you're right, dependency traces DataVoyager->VegaLite->Rsvg->Cairo. I've rebuilt Cairo (as well as all of DataVoyager's dependencies) to no effect.
DataVoyager refuses to precompile. It throws this error below- the file exists, though. Not sure why it's telling me to run "Pkg.build(package)", when that doesn't do anything (package not defined, expectedly).
The text was updated successfully, but these errors were encountered: