在win10 x64上运行Julia v1.0.0 x64时遇到此错误。 因此,我无法使用任何图形库。
Error: Error building Gtk:
│ [ Info: Multiple package candidates found for mingw64(libjpeg-8.dll), picking newest.
│ ERROR: LoadError: MethodError: no method matching length(::WinRPM.RPMVersionNumber)
│ Closest candidates are:
│ length(!Matched::Core.SimpleVector) at essentials.jl:571
│ length(!Matched::Base.MethodList) at reflection.jl:728
│ length(!Matched::Core.MethodTable) at reflection.jl:802
答案 0 :(得分:0)
当前无法正常工作。您所能做的就是对这些GitHub问题进行投票:
好的绘图选择是带有GR后端的Plots.jl
或PyPlot.jl
(对于标准化的API,PyPlot.jl
也可以与Plots.jl
一起使用)。