Is this the first time you've tried to add a package? If so you may need to run Pkg.init() first.
Thanks, Jiahao Chen Staff Research Scientist MIT Computer Science and Artificial Intelligence Laboratory On Sat, Jan 17, 2015 at 3:49 PM, CaitlinG <[email protected]> wrote: > Hi all. > > Using Julia 0.3.5 on a Windows XP (sp3) machine, I attempted to install > the following package, please see below, which resulted in the given error > message: > > julia> Pkg.add("PyPlot") > INFO: Cloning cache of Color from git://github.com/JuliaLang/Color.jl.git > ERROR: chmod: no such file or directory (ENOENT) > in wait at task.jl:51 > in sync_end at task.jl:311 > in add at pkg/entry.jl:319 > in add at pkg/entry.jl:71 > in anonymous at pkg/dir.jl:28 > in cd at file.jl:30 > in cd at pkg/dir.jl:28 > in add at pkg.jl:20 > > I don't understand how to resolve this issue since I am inexperienced with > regard to both github and Julia. > > Thanks, > > ~Caitlin > > > >
