[julia-users] Re: Pkg.update() error, 0.4.6

2016-08-27 Thread Liye zhang
Andreas, thank you so much!

It is caused by the firewall. 

On Saturday, August 27, 2016 at 5:45:21 PM UTC+8, Andreas Lobinger wrote:
>
> Hello colleague,
>
> On Saturday, August 27, 2016 at 9:20:32 AM UTC+2, Liye zhang wrote:
>>
>> Julia and its packages are installed using the network at my home. When I 
>> try to install new package using the network in my company, there are 
>> errors as mentioned above.
>>
>> When I update using the network at home, there is no error.  So, is this 
>> error caused by the change of the IP, which would be used by git of Julia 
>> package system ?
>>
>> This error occurred many times. Could anyone give me some help? 
>>
>
> company networks usually are firewalled and proxied to the outside 
> internet. So it's not the change of IP only.
> You can check, if running 
>
> git config --global url."https://@".insteadOf git://
>
> on a shell solves this for you (it did for me)
>
>

[julia-users] Re: Pkg.update() error, 0.4.6

2016-08-27 Thread Andreas Lobinger
Hello colleague,

On Saturday, August 27, 2016 at 9:20:32 AM UTC+2, Liye zhang wrote:
>
> Julia and its packages are installed using the network at my home. When I 
> try to install new package using the network in my company, there are 
> errors as mentioned above.
>
> When I update using the network at home, there is no error.  So, is this 
> error caused by the change of the IP, which would be used by git of Julia 
> package system ?
>
> This error occurred many times. Could anyone give me some help? 
>

company networks usually are firewalled and proxied to the outside 
internet. So it's not the change of IP only.
You can check, if running 

git config --global url."https://@".insteadOf git://

on a shell solves this for you (it did for me)



[julia-users] Re: Pkg.update() error, 0.4.6

2016-08-27 Thread Liye zhang
Julia and its packages are installed using the network at my home. When I 
try to install new package using the network in my company, there are 
errors as mentioned above.

When I update using the network at home, there is no error.  So, is this 
error caused by the change of the IP, which would be used by git of Julia 
package system ?

This error occurred many times. Could anyone give me some help? 

On Wednesday, August 24, 2016 at 8:52:35 AM UTC+8, Liye zhang wrote:
>
> When I run Pkg.update(), I got the following error:
>
> fata;: read error: Invalid argument
>  ERROR: failed process: Process('git pull --rebase -q', ProcessExited(1)) 
> [1] in pipeline_error at process.jl:555
>
> windows 7, Julia0.4.6
>


[julia-users] Re: Pkg.update() error

2016-04-16 Thread Steven G. Johnson
Looks like you are hitting #13458, but this was fixed in #13506 and should 
have been backported in Julia 0.4.1?  What version of Julia are you using?

In any case, just retrying Pkg.update() from a fresh Julia session should 
fix it.

On Saturday, April 16, 2016 at 2:03:52 PM UTC-4, digxx wrote:
>
> As a sidenote: I do have Conda installed? Should I maybe NOT use Pkg 
> anymore then?
>

No, Conda still uses Pkg.


[julia-users] Re: Pkg.update() error

2016-04-16 Thread digxx
As a sidenote: I do have Conda installed? Should I maybe NOT use Pkg 
anymore then?

Am Samstag, 16. April 2016 19:59:46 UTC+2 schrieb digxx:
>
> When using Pkg.update() I had these errors. I was just wondering coz I 
> didnt have these before!?
> What went wrong and what do I need to do?
>
>

[julia-users] Re: Pkg.update error

2015-11-18 Thread Benjamin Deonovic
No, I think Julia installs its ownAnaconda Python separate from your 
systems python. Looks like BinDeps needs to be recompiled. Try deleting its 
cache, or deleteing the BinDeps folder and reinstalling it. 

On Wednesday, November 18, 2015 at 9:22:19 AM UTC-6, J Luis wrote:
>
> Is this because I don't have (nor want to have) Anaconda Python?
> Win8 here.
>
> INFO: Building PyCall
> INFO: Recompiling stale cache file C:\j\.julia\lib\v0.4\Conda.ji for 
> module Conda.
> WARNING: Module BinDeps uuid did not match cache file
> WARNING: deserialization checks failed while attempting to load cache 
> from C:\j\.julia\lib\v0.4\Conda.ji
> INFO: Precompiling module Conda...
> INFO: Recompiling stale cache file C:\j\.julia\lib\v0.4\Conda.ji for 
> module Conda.
> WARNING: Module BinDeps uuid did not match cache file
> [ ERROR: 
> PyCall ]
>
> LoadError: __precompile__(true) but require failed to create a 
> precompiled cache file
> while loading C:\j\.julia\v0.4\PyCall\deps\build.jl, in expression 
> starting on line 12
>