julia MethodError:没有与长度匹配的方法(:: WinRPM.RPMVersionNumber)

时间:2018-09-01 23:26:19

标签: windows graphics gtk julia

在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

1 个答案:

答案 0 :(得分:0)

当前无法正常工作。您所能做的就是对这些GitHub问题进行投票:

好的绘图选择是带有GR后端的Plots.jlPyPlot.jl(对于标准化的API,PyPlot.jl也可以与Plots.jl一起使用)。