JuliaAttic / Color.jl

Basic color manipulation utilities.
Other
47 stars 21 forks source link

Pkg.add("PyPlot") - The remote end hung up unexpectedly #13

Closed sakluk closed 10 years ago

sakluk commented 10 years ago

Please, first check this one: https://github.com/JuliaLang/julia/issues/5185

I now tried first to add the Color package using the Julia Studio, but got the error:

julia> adding Color INFO: Installing Color v0.2.6 fatal: bad object 454c5db669abd4b701ee63a91d4786ac91d84ba2 fatal: remote did not send all necessary objects fatal: The remote end hung up unexpectedly

Is the problem in my computer or in this package?

jiahao commented 10 years ago

The most likely culprit is a spotty Internet connection. Have you tried again recently?

sakluk commented 10 years ago

No I haven’t. We have rather speedy connections from our university.

Speedtest from Finland (E.U.) to Boston (U.S.) gave results:

From: Jiahao Chen [mailto:notifications@github.com] Sent: 18. joulukuuta 2013 17:43 To: JuliaLang/Color.jl Cc: Sakari Lukkarinen Subject: Re: [Color.jl] Pkg.add("PyPlot") - The remote end hung up unexpectedly (#13)

The most likely culprit is a spotty Internet connection. Have you tried again recently?

— Reply to this email directly or view it on GitHubhttps://github.com/JuliaLang/Color.jl/issues/13#issuecomment-30851669.

jiahao commented 10 years ago

Is your connection firewalled?

sakluk commented 10 years ago

Sorry for the delay in answer. I wanted to check it from our IT administration.

Yes, we have F-Secure’s firewall on every PC. In addition, the incoming data is somehow filtered, but don’t know exactly how.

Is that the reason for the problem?

From: Jiahao Chen [mailto:notifications@github.com] Sent: 18. joulukuuta 2013 21:45 To: JuliaLang/Color.jl Cc: Sakari Lukkarinen Subject: Re: [Color.jl] Pkg.add("PyPlot") - The remote end hung up unexpectedly (#13)

Is your connection firewalled?

— Reply to this email directly or view it on GitHubhttps://github.com/JuliaLang/Color.jl/issues/13#issuecomment-30873778.

jiahao commented 10 years ago

There is a possibility that the firewall is causing trouble. Do you still see the error if you used Julia outside of Julia Studio and ran

    Pkg.add("Color")

?

sakluk commented 10 years ago

Yes. Here is a snapshot of the command prompt. I Deleted Z:.julia folder between those two Pkg.status() commands.

           _

() | A fresh approach to technical computing () | () () | Documentation: http://docs.julialang.org | | | Type "help()" to list help topics | | | | | | |/ ` | | | | || | | | (| | | Version 0.2.0 (2013-11-16 23:44 UTC) / |_'||_|'_| | Official http://julialang.org release |__/ | i686-w64-mingw32

julia> Pkg.status() fatal: Not a git repository: 'Z:.julia\Color.git' ERROR: failed process: Process(git '--work-tree=Z:\.julia\Color' '--git-dir=Z:\ .julia\Color\.git' rev-parse HEAD, ProcessExited(128)) [128]

Z:.julia deleted here.

julia> Pkg.status() INFO: Initializing package repository Z:.julia INFO: Cloning METADATA from git://github.com/JuliaLang/METADATA.jl No packages installed.

julia> Pkg.add("Color") INFO: Cloning cache of Color from git://github.com/JuliaLang/Color.jl.git INFO: Installing Color v0.2.6 fatal: bad object 454c5db669abd4b701ee63a91d4786ac91d84ba2 fatal: remote did not send all necessary objects fatal: The remote end hung up unexpectedly ERROR: failed process: Process(git clone -q 'Z:\.julia\.cache\Color' Color, ProcessExited(128)) [128]

From: Jiahao Chen [mailto:notifications@github.com] Sent: 21. joulukuuta 2013 1:26 To: JuliaLang/Color.jl Cc: Sakari Lukkarinen Subject: Re: [Color.jl] Pkg.add("PyPlot") - The remote end hung up unexpectedly (#13)

There is a possibility that the firewall is causing trouble. Do you still see the error if you used Julia outside of Julia Studio and ran

Pkg.add("Color")

?

— Reply to this email directly or view it on GitHubhttps://github.com/JuliaLang/Color.jl/issues/13#issuecomment-31049366.

jiahao commented 10 years ago

Please file a new issue if this is still a problem.