Re: [julia-users] Can't manage packages

2014-03-12 Thread John Myles White
Hopefully the Stats issues will become irrelevant in the next few weeks when 0.3 is released. — John On Mar 12, 2014, at 6:58 AM, James Fairbanks wrote: > I removed ~/.julia/Stats/ and called Pkg.update() which successfully > executed. This resulted in Stats/ being downloaded again. So I che

Re: [julia-users] Can't manage packages

2014-03-12 Thread James Fairbanks
I removed ~/.julia/Stats/ and called Pkg.update() which successfully executed. This resulted in Stats/ being downloaded again. So I checked the ~/.julia/REQUIRE file and changed the line containing Stats to StatsBase. After calling Pkg.update() again, Stats was removed and everything seems to w

Re: [julia-users] Can't manage packages

2014-01-30 Thread John Myles White
Good to know. — John On Jan 30, 2014, at 7:43 AM, Joey Huchette wrote: > FYI we managed to get around this today by just deleting Stats and METADATA, > so maybe try that before wiping all of ~/.julia > > On Wednesday, January 29, 2014 9:30:45 PM UTC-5, John Myles White wrote: > Ok. You'll un

Re: [julia-users] Can't manage packages

2014-01-30 Thread Joey Huchette
FYI we managed to get around this today by just deleting Stats and METADATA, so maybe try that before wiping all of ~/.julia On Wednesday, January 29, 2014 9:30:45 PM UTC-5, John Myles White wrote: > > Ok. You'll unfortunately have to either (1) delete your ~/.julia folder or > (2) manually rena

Re: [julia-users] Can't manage packages

2014-01-29 Thread John Myles White
Ok. You'll unfortunately have to either (1) delete your ~/.julia folder or (2) manually rename the Stats package to StatsBase and then edit its .git/config file. -- John On Jan 29, 2014, at 6:21 PM, Carlos Lesmes wrote: > > I got > > Pkg.rm("Stats") > > > > ERROR: failed process: Proce

Re: [julia-users] Can't manage packages

2014-01-29 Thread Carlos Lesmes
I got Pkg.rm("Stats") ERROR: failed process: Process(`git --git-dir=/Users/carloslesmes/.julia/.cache/Stats merge-base 0efba512a2bf8faa21e61c9568222ae1ae96acbb 5113ce6044fc554b350ea16f92502f8d6e077a62`, ProcessExited(1)) [1] in pipeline_error at process.jl:476 in readbytes at process

Re: [julia-users] Can't manage packages

2014-01-28 Thread John Myles White
Good to know. — John On Jan 28, 2014, at 7:53 PM, Shaun Walbridge wrote: > I had the same issue today, and blowing away Stats was insufficient, but > deleting & recreating ~/.julia did fix it. > > > On Tue, Jan 28, 2014 at 9:56 PM, John Myles White > wrote: > Try doing Pkg.rm(“Stats”). >

Re: [julia-users] Can't manage packages

2014-01-28 Thread Shaun Walbridge
I had the same issue today, and blowing away Stats was insufficient, but deleting & recreating ~/.julia did fix it. On Tue, Jan 28, 2014 at 9:56 PM, John Myles White wrote: > Try doing Pkg.rm("Stats"). > > -- John > > On Jan 28, 2014, at 6:47 PM, Carlos Lesmes wrote: > > Hi, > I'm on mac 10.7

Re: [julia-users] Can't manage packages

2014-01-28 Thread John Myles White
Try doing Pkg.rm(“Stats”). — John On Jan 28, 2014, at 6:47 PM, Carlos Lesmes wrote: > Hi, > I'm on mac 10.7 Julia 0.2.0, today I updated but found this: > julia> Pkg.update() > INFO: Updating METADATA... > INFO: Updating cache of Stats... > INFO: Updating cache of StatsBase... > INFO: Updating

[julia-users] Can't manage packages

2014-01-28 Thread Carlos Lesmes
Hi, I'm on mac 10.7 Julia 0.2.0, today I updated but found this: julia> Pkg.update() INFO: Updating METADATA... INFO: Updating cache of Stats... INFO: Updating cache of StatsBase... INFO: Updating cache of Distance... INFO: Updating cache of JSON... INFO: Updating cache of PyPlot... INFO: Updating