I don't get this error on yesterdays Julia master on OSX. The prerelease is
a moving target, and we usually don't want to spend much time on debugging
on old versions, if the problem could possibly have been fixed in the mean
time. Can you try to update Julia?
Ivar
kl. 07:19:11 UTC+1 tirsdag 25. mars 2014 skrev Yakir Gagnon følgende:
>
> 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!
>