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

问题描述 投票:1回答:1

在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
windows graphics gtk julia
1个回答
0
投票

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

良好的绘图替代方案是具有GR后端或Plots.jlPyPlot.jlPyPlot.jl也可以与Plots.jl一起用于标准化API)。

© www.soinside.com 2019 - 2024. All rights reserved.