Skip to content

Cannot load library on Julia 1.3rc5: MethodError: no method matching iterate(::Nothing) #23

@chriselrod

Description

@chriselrod

On Julia 1.3rc5:

julia> using VML
[ Info: Precompiling VML [c8ce9da6-5d36-5c03-b118-5a70151be7bc]
ERROR: LoadError: LoadError: MethodError: no method matching iterate(::Nothing)
Closest candidates are:
  iterate(::Core.SimpleVector) at essentials.jl:600
  iterate(::Core.SimpleVector, ::Any) at essentials.jl:600
  iterate(::ExponentialBackOff) at error.jl:218
  ...
Stacktrace:
 [1] isempty(::Nothing) at ./essentials.jl:736
 [2] __init__() at /home/chriselrod/.julia/packages/VML/lA63S/src/setup.jl:5
 [3] top-level scope at /home/chriselrod/.julia/packages/VML/lA63S/src/setup.jl:18
 [4] include at ./boot.jl:328 [inlined]
 [5] include_relative(::Module, ::String) at ./loading.jl:1105
 [6] include at ./Base.jl:31 [inlined]
 [7] include(::String) at /home/chriselrod/.julia/packages/VML/lA63S/src/VML.jl:3
 [8] top-level scope at /home/chriselrod/.julia/packages/VML/lA63S/src/VML.jl:10
 [9] include at ./boot.jl:328 [inlined]
 [10] include_relative(::Module, ::String) at ./loading.jl:1105
 [11] include(::Module, ::String) at ./Base.jl:31
 [12] top-level scope at none:2
 [13] eval at ./boot.jl:330 [inlined]
 [14] eval(::Expr) at ./client.jl:425
 [15] top-level scope at ./none:3
in expression starting at /home/chriselrod/.julia/packages/VML/lA63S/src/setup.jl:18
in expression starting at /home/chriselrod/.julia/packages/VML/lA63S/src/VML.jl:10
ERROR: Failed to precompile VML [c8ce9da6-5d36-5c03-b118-5a70151be7bc] to /home/chriselrod/.julia/compiled/v1.3/VML/WlHoi_R5WJb.ji.
Stacktrace:
 [1] error(::String) at ./error.jl:33
 [2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1283
 [3] _require(::Base.PkgId) at ./loading.jl:1024
 [4] require(::Base.PkgId) at ./loading.jl:922
 [5] require(::Module, ::Symbol) at ./loading.jl:917

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions