I don't have a clear understanding of the package manager, but to me it looks
like it's trying to find a JLD package. That's odd, because there isn't one
(it's bundled with HDF5). I tested to see whether Pkg.add("Junk") reproduced
this problem, but it didn't. So something fishy seems to be going on. Does your
.julia/REQUIRE (or perhaps .julia/v0.3/REQUIRE) file contain JLD somehwere in
it?
--Tim
On Tuesday, February 11, 2014 04:24:05 PM Eric Libby wrote:
> I was trying to install Autoreload and when I type "Pkg.update()" I get:
>
> *julia> **Pkg.update()*
>
> *INFO: Updating METADATA...*
>
> *INFO: Updating HDF5...*
>
> *INFO: Updating Autoreload...*
>
> *INFO: Computing changes...*
>
> *ERROR: key not found: "JLD"*
>
> * in getindex at dict.jl:500*
>
> * in resolve at pkg/entry.jl:321*
>
> * in update at pkg/entry.jl:253*
>
> * in anonymous at pkg/dir.jl:25*
>
> * in cd at file.jl:22*
>
> * in cd at pkg/dir.jl:25*
>
> * in update at pkg.jl:40*
>
>
> *I don't know what to do because I seem to be able to save and load files
> but I have no idea why I keep getting this error message. Can someone help
> explain?*
>
> *Thanks,*
>
> *Eric*