-
Notifications
You must be signed in to change notification settings - Fork 251
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 running first example of the tutorial: wrong local file association ? #1456
Comments
Does saving to a file work? e.g.
Does this show an error? e.g.
|
ERROR: The Cairo and Fontconfig packages are necessary for saving as PNG.
ERROR: The Cairo and Fontconfig packages are necessary for saving as PDF.
This works but the image has a transparent background
ERROR: The Cairo and Fontconfig packages are necessary for saving as PNG. installing Cairo fixes the above errors.
|
Yes I should have added Not sure what your original error is due to. If you can save to a file, then it seems to be a local system issue about your default display software. You might try the suggestion in this Julia discourse post. |
ok thanks |
I just installed julia 1.4.2 using the linux binaries provided by https://julialang.org/downloads/
then I installed Gadfly and RDatasets using the pkg shell (add Gadfly, add RDatasets).
When I run this code:
Then I have an image view app that pops up with an error like:
I guess the error makes sense if the image viewer parses a html file instead of an image.
My questions:
Thanks.
Karl
The text was updated successfully, but these errors were encountered: