julia> Pkg.update()
INFO: Updating METADATA...
INFO: Updating cache of Plots...
INFO: Updating cache of Nemo...
INFO: Updating cache of Measures...
INFO: Updating cache of Blosc...
INFO: Updating cache of BinDeps...
INFO: Updating cache of JLD...
INFO: Updating cache of StatsBase...
INFO: Updating cache of ApproxFun...
INFO: Updating cache of BandedMatrices...
INFO: Updating cache of URIParser...
INFO: Updating cache of Roots...
INFO: Updating cache of DataFrames...
INFO: Updating cache of Distributions...
INFO: Updating cache of DataArrays...
INFO: Updating cache of ForwardDiff...
INFO: Updating cache of Conda...
INFO: Updating cache of Grid...
INFO: Updating cache of ColorVectorSpace...
INFO: Updating cache of FixedPointNumbers...
INFO: Updating cache of NLsolve...
INFO: Updating cache of Compat...
INFO: Updating cache of SHA...
INFO: Updating cache of Iterators...
INFO: Updating cache of WoodburyMatrices...
INFO: Updating cache of PyPlot...
INFO: Updating cache of DifferentialEquations...
INFO: Updating cache of Codecs...
ERROR: couldn't update C:\cygwin64\home\Diger\.julia\v0.4\.cache\Codecs 
using `git remote update`
 in error at error.jl:21

julia> Pkg.Update()
ERROR: UndefVarError: Update not defined

julia> Pkg.update()
INFO: Updating METADATA...
INFO: Updating cache of Codecs...
INFO: Updating cache of StatsFuns...
INFO: Updating cache of HDF5...
INFO: Updating cache of Distances...
INFO: Updating cache of GrowableArrays...
INFO: Updating cache of Colors...
INFO: Updating cache of DataStructures...
INFO: Updating cache of SortingAlgorithms...
INFO: Updating cache of PyCall...
ERROR: couldn't update C:\cygwin64\home\Diger\.julia\v0.4\.cache\PyCall 
using `git remote update`
 in error at error.jl:21

julia> Pkg.build("PyCall")
INFO: Building PyCall
Fetching package metadata .........
Solving package specifications: ..........

# All requested packages already installed.
# packages in environment at 
C:\cygwin64\home\Diger\.julia\v0.4\Conda\deps\usr:
#
numpy                     1.11.1                   py27_1
INFO: PyCall is using 
C:\cygwin64\home\Diger\.julia\v0.4\Conda\deps\usr\python.exe (Python 
2.7.12) at C:\cygwin64\home\Diger\.julia\v0.4\Conda\deps\usr\python.exe, 
libpython = C:\cygwin64\home\Diger\.julia\v0.4\Conda\deps\usr\python27.dll

julia> Pkg.update("PyCall")
ERROR: MethodError: `update` has no method matching update(::ASCIIString)

julia> Pkg.update()
INFO: Updating METADATA...
INFO: Updating cache of PyCall...
INFO: Updating cache of ImageMagick...
INFO: Updating cache of WinRPM...
INFO: Updating cache of PositiveFactorizations...
INFO: Updating cache of LaTeXStrings...
INFO: Updating cache of ChunkedArrays...
INFO: Updating cache of LibExpat...
INFO: Computing changes...
INFO: Cloning cache of GenericSVD from 
git://github.com/simonbyrne/GenericSVD.jl.git
INFO: Cloning cache of LegacyStrings from 
https://github.com/JuliaArchive/LegacyStrings.jl.git
INFO: Cloning cache of PlotUtils from 
git://github.com/JuliaPlots/PlotUtils.jl.git
INFO: Cloning cache of Primes from git://github.com/JuliaMath/Primes.jl.git
fatal: The remote end hung up unexpectedly
error: RPC failed; result=7, HTTP code = 0
ERROR: chmod: no such file or directory (ENOENT)
 in chmod at fs.jl:184


So I'm desperately trying to Pkg.update() my library but get different 
weird errors everytime I run it. Proably I could just continue doing it 
since the old problem doesnt come up when I call it again but what is the 
problem here?

Reply via email to