You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Julia Version 0.7.0-DEV.900
Commit d91583dbb4 (2017-07-11 04:32 UTC)
precompile of Images fails at:
ERROR: LoadError: LoadError: TypeError: apply_type: in Vararg count, expected Int64, got Type{CartesianIndex{N}}
Stacktrace:
[1] include_from_node1(::Module, ::String) at ./loading.jl:556
[2] include at ./sysimg.jl:14 [inlined]
[3] include(::String) at /home/colin/.julia/v0.7/ImageTransformations/src/ImageTransformations.jl:2
[4] include_from_node1(::Module, ::String) at ./loading.jl:556
[5] include(::Module, ::String) at ./sysimg.jl:14
[6] anonymous at ./<missing>:2
while loading /home/colin/.julia/v0.7/ImageTransformations/src/resizing.jl, in expression starting on line 262
while loading /home/colin/.julia/v0.7/ImageTransformations/src/ImageTransformations.jl, in expression starting on line 31
ERROR: LoadError: Failed to precompile ImageTransformations to /home/colin/.julia/lib/v0.7/ImageTransformations.ji.
Stacktrace:
[1] compilecache(::String) at ./loading.jl:696
[2] _require(::Symbol) at ./loading.jl:462
[3] require(::Symbol) at ./loading.jl:404
[4] include_from_node1(::Module, ::String) at ./loading.jl:556
[5] include(::Module, ::String) at ./sysimg.jl:14
[6] anonymous at ./<missing>:2
while loading /home/colin/.julia/v0.7/Images/src/Images.jl, in expression starting on line 49
ERROR: Failed to precompile Images to /home/colin/.julia/lib/v0.7/Images.ji.
Stacktrace:
[1] compilecache(::String) at ./loading.jl:696
[2] _require(::Symbol) at ./loading.jl:495
[3] require(::Symbol) at ./loading.jl:404
The text was updated successfully, but these errors were encountered:
timholy
added a commit
to JuliaImages/ImageTransformations.jl
that referenced
this issue
Jul 13, 2017
In:
precompile of Images fails at:
The text was updated successfully, but these errors were encountered: