Hi,
I tried hard to make QML.jl run but had no success...
julia 1.11.6
Ubuntu 25.04
Qt Warning: QQmlApplicationEngine failed to load component ((null):0, (null))
Qt Warning: file:///sda2/user/weis/tmp/QmlJuliaExamples/basic/qml/gui.qml:4:1: module "org.julialang" is not installed (file:///sda2/user/weis/tmp/QmlJuliaExamples/basic/qml/gui.qml:4, (null))
Reinstalling in any way I could think of including a fresh ~/.julia directory did not help.
I also tried to manually force
using Pkg
Pkg.add(Pkg.PackageSpec(name="jlqml_jll", version="0.7.0"))
Pkg.add(Pkg.PackageSpec(name="Qt6Svg_jll", version="6.8.2"))
since version 0.7.1 of only has logs but no executables.
Any ideas?
Thanks.
Hi,
I tried hard to make QML.jl run but had no success...
julia 1.11.6
Ubuntu 25.04
Qt Warning: QQmlApplicationEngine failed to load component ((null):0, (null))
Qt Warning: file:///sda2/user/weis/tmp/QmlJuliaExamples/basic/qml/gui.qml:4:1: module "org.julialang" is not installed (file:///sda2/user/weis/tmp/QmlJuliaExamples/basic/qml/gui.qml:4, (null))
Reinstalling in any way I could think of including a fresh ~/.julia directory did not help.
I also tried to manually force
using Pkg
Pkg.add(Pkg.PackageSpec(name="jlqml_jll", version="0.7.0"))
Pkg.add(Pkg.PackageSpec(name="Qt6Svg_jll", version="6.8.2"))
since version 0.7.1 of only has logs but no executables.
Any ideas?
Thanks.