[julia-users] Trouble Installing Dataframes

2014-05-12 Thread Andrew B. Martin
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,v0.2.8)

[julia-users] Trouble Installing Dataframes

2014-05-12 Thread Kevin Squire
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,

Re: [julia-users] Trouble Installing Dataframes

2014-05-12 Thread Andrew B. Martin
Hi Kevin, My ~/.julia directory doesn't contain Stats. I tried deleting the entire ~/.julia directory, then reinstalling everything. I think I could have gotten away with only deleting ~/.julia/METADATA/Stats, but I've only been using julia for a few days, so I didn't lose anything.

Re: [julia-users] Trouble Installing Dataframes

2014-05-12 Thread John Myles White
DBI isn't released yet. -- John On May 12, 2014, at 7:52 AM, Andrew B. Martin andrew.brown.mar...@gmail.com wrote: Hi Kevin, My ~/.julia directory doesn't contain Stats. I tried deleting the entire ~/.julia directory, then reinstalling everything. I think I could have gotten away

Re: [julia-users] Trouble Installing Dataframes

2014-05-12 Thread Andrew B. Martin
Okay. I guess OBCD it is then.