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
Can't reproduce this on my Linux system in Julia 1.11.3. According to the GTK docs, gtk_init_check fails "if the windowing system can’t be initialized". Are you accessing the system through an SSH connection? If so, this is related to timholy/ProfileView.jl#219. If not, does PyPlot work on your system?
Are you accessing the system through an SSH connection? If so, this is related to timholy/ProfileView.jl#219.
Yes. I have a module that has code to analyze images, which I want to compile and run on headless HPC nodes. The module also has code to visualize the input and results.
Gtk4 (a dependency of ImageView) fails to precompile with Julia 1.11.3 on linux:
Here are the deps in the Project.toml:
And relevant deps in Manifest.toml:
The text was updated successfully, but these errors were encountered: