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