The simplest option may be to delete your `.julia` directory and add the 
packages you need once again. This is an unfortunate side effect of the 
renaming of the `Stats` package. 
 

On Sunday, 16 February 2014 16:44:22 UTC, harven wrote:
>
> Hi, I just tried to update packages with 
>
> julia> Pkg.update()
> INFO: Updating METADATA...
> Branch metadata-v2 set up to track remote branch metadata-v2 from origin.
> INFO: Updating cache of Tk...
> INFO: Updating cache of IniFile...
> INFO: Updating cache of URIParser...
> INFO: Updating cache of Winston...
> INFO: Updating cache of GZip...
> INFO: Updating cache of Grid...
> INFO: Updating cache of Cairo...
> INFO: Updating cache of Cartesian...
> INFO: Updating cache of Blocks...
> INFO: Updating cache of Stats...
> INFO: Updating cache of Calculus...
> INFO: Updating cache of Images...
> INFO: Updating cache of Elliptic...
> INFO: Updating cache of Color...
> INFO: Updating cache of JSON...
> INFO: Updating cache of ImageView...
> INFO: Updating cache of BinDeps...
> INFO: Updating cache of DataFrames...
> ERROR: failed process: Process(`git 
> --git-dir=/home/harven/.julia/.cache/Stats merge-base 
> 5f298c9e4082b2c8f7a04da58b8d6a1eb00d403a 
> 5113ce6044fc554b350ea16f92502f8d6e077a62`, ProcessExited(1)) [1]
>  in pipeline_error at process.jl:476
>  in readbytes at process.jl:430
>  in readall at process.jl:437
>  in readchomp at git.jl:26
>  in installed_version at pkg/read.jl:70
>  in installed at pkg/read.jl:121
>  in update at pkg/entry.jl:231
>  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
>
>
> This is a problem with the Stats package? Is there a way to reinstall it 
> from scratch?
> It was installed with the Dataframes package.
> I am using  julia Version 0.2.0+22 (2013-11-18 10:18 UTC).
>

Reply via email to