简体   繁体   中英

julia MethodError: no method matching length(::WinRPM.RPMVersionNumber)

got this error running Julia v1.0.0 x64 upon win10 x64. Because of this I am unable to use any graphical libraries.

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

It not working currently. All you can do is to vote on these GitHub issues:

Good plotting alternative is Plots.jl with GR backend or PyPlot.jl ( PyPlot.jl can be also used with Plots.jl for standarized API).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM