Hi Andrew, Mathis happened because Stats was renamed to StatsBase a while back, and a dummy Stats package was put in it's place, with a different history.
A solution which has worked in the past was to delete ~/.julia/v0.x/Stats (or maybe just ~/.julia/Stats if you haven't upgraded.) Cheers, Kevin On Monday, May 12, 2014, Andrew B. Martin <[email protected]<javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote: > Hello, > > I've tried installing dataframes on both versions 0.2.1 and 0.3.0 of julia > and I get the same error: > > *julia> **Pkg.add("DataFrames")* > > *INFO: Updating cache of Stats...* > > *ERROR: Missing package versions (possible metadata misconfiguration): > Stats v(nothing,v"0.2.8") [87d1c8d890962dfcfd0b45b82907464787ac7c64[1:10]]* > > > * in error at error.jl:21 * > *in resolve at pkg/entry.jl:350 * > *in resolve at pkg/entry.jl:316 * > *in edit at pkg/entry.jl:24 * > *in add at pkg/entry.jl:44 * > *in add at pkg/entry.jl:48 * > *in anonymous at pkg/dir.jl:28 * > *in cd at file.jl:22 * > *in cd at pkg/dir.jl:28 **in add at pkg.jl:19* > > I'm running Mac OSX 10.9. > > Has anyone encountered this before? > > Andrew >
