I get this error from just "using Images".
ERROR: type: Image: in A, expected A<:StoredArray{T,N}, got Type{SubArray{
RGB,N,O<:Overlay{AT<:(AbstractArray{T,N}...,),N,SIT<:(ScaleInfo{T}...,)},IT
<:(Union(Range1{Int64},Int64,Range{Int64})...,)}}
in reload_path at loading.jl:144
in _require at loading.jl:59
in require at loading.jl:43
Tried both:
Pkg.update()
and
Pkg.rm("Images")
Pkg.add("Images")
But that error keeps coming back. I'm on Version 0.3.0-prerelease+1379
(2014-02-04 03:15 UTC) Commit 00760bd* (49 days old master)
x86_64-linux-gnu ubuntu 12.04.
Anyone knows how to fix this?
Thanks!