-
Notifications
You must be signed in to change notification settings - Fork 80
issue: "using Gtk" : could not load library "libgobject-2.0" #363
Comments
I figured it out. |
thanks for investigating |
Hello I posted a similar problem about a year ago . I just installed the freshest Julia Pro version (1.1.1.1) but the problem unfortunately persists. Do you have any Idea how the problem could be solved? |
Ditto |
I have the same Problem under Win10. Login as Administrator does not help. Any Idea? julia> using Gtk |
Maybe build again, i.e. go to Pkg mode: |
ty for your quick answer: I tried it and got this: (v1.3) pkg> build Gtk |
you are on Julia 1.3? |
I suggest switching to Julia 1.2 for the moment if you want a stable environment. Julia 1.3 introduces a new binary management system that will change substantially how dependencies are handled. See #447 |
yes.... ok i will try it out |
Switching from 1.3 to Julia 1.2 feels like a miracle. All my Problems are gone. Thank you so much for your hint!!!! |
For any future finders, a variation of this error was resolved in my environment by unsetting the |
Background
Julia
Version 0.7.0 64bitGtk
v0.16.1win10 64bit
Issue when
using Gtk
I've seen JuliaImages/ImageView.jl#146 but I'm already using Julia from terminal outside the IDE.
The text was updated successfully, but these errors were encountered: