If Jiahao's suggestion does not work, there may be a permissions issue with
your home directory. In particular, we have seen this kind of error when a
user's home directory is located on a managed network drive without write
permission. You can get around this by setting an environment variable
JULIA_PKGDIR to some local path where you have write access.



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
>
>
>
>

Reply via email to