Re: [julia-users] julia unable to install on Ubuntu 13.10

2014-01-31 Thread Rajan Gurjar
but not 0.3.0. Wonder what am I missing by not able to run later versions. Any suggestions? On Thu, Jan 30, 2014 at 11:27 PM, Elliot Saba staticfl...@gmail.com wrote: Use `git checkout release-0.2`. -E On Thu, Jan 30, 2014 at 8:07 PM, Rajan Gurjar rjngrj2...@gmail.comwrote: Hi, Joao

Re: [julia-users] Re: Installing Julia on Ubuntu12.04

2014-01-31 Thread Rajan Gurjar
Your error message (the first post) suggests a solution. Did you try those? It is surprising that same OS gives problems on desktop but runs on laptop. I am not an expert and I too had lot of trouble installing Julia and it had to do with LLVM and certain processors. It seems certain processors

Re: [julia-users] Matlab versus Julia for loop timing

2014-01-29 Thread Rajan Gurjar
Stefan, sum(foo) did not work for me. It gave error and then I realized why. sum(Array) turns out to be an array of (Float64,1) while the left hand side is an element of an array. Therefore, I had to do another sum on that one element array to give me a scalar. I just could not figure out the

Re: [julia-users] Re: julia unable to install on Ubuntu 13.10

2014-01-28 Thread Rajan Gurjar
try the vm way. On Tue, Jan 28, 2014 at 8:46 PM, Rajan Gurjar rjngrj2...@gmail.com wrote: Ok, I am trying it again. The output though is always the same as posted earlier. Maybe I should look into osutil.jl because that is what is causing illegal dump. My machine also does not show VXA

Re: [julia-users] Re: julia unable to install on Ubuntu 13.10

2014-01-28 Thread Rajan Gurjar
Fresh build after download from GIT. Error messages no different. osutils.jl core dumped. Even playing around with BLAS did not work. On Tue, Jan 28, 2014 at 8:57 PM, Rajan Gurjar rjngrj2...@gmail.com wrote: Bert, should I try Xubuntu vm instead? I already have it. I got the same errors again

Re: [julia-users] Re: julia unable to install on Ubuntu 13.10

2014-01-28 Thread Rajan Gurjar
Bert, Do I need to download ipython, scipy, numpy on the vm? Or how about downloading Anaconda python? On Tue, Jan 28, 2014 at 8:59 PM, Rajan Gurjar rjngrj2...@gmail.com wrote: Fresh build after download from GIT. Error messages no different. osutils.jl core dumped. Even playing around

Re: [julia-users] Re: not loading python module

2014-01-27 Thread Rajan Gurjar
? for information PYTHONHOME is set to C:\Anaconda;C:\Anaconda\Scripts PYTHONPATH is set to C:\Anaconda\Lib Help please On Sat, Jan 25, 2014 at 3:33 PM, Rajan Gurjar rjngrj2...@gmail.com wrote: Hi Bert, I also have a virtual Xubuntu. However, when I tried building Julia from Github it did not work. So I

Re: [julia-users] Re: not loading python module

2014-01-27 Thread Rajan Gurjar
Ok, I got it now to run it without using PyCall and pyinitialize. I just changed PyCall line where ENV variable is set i.e., changed from [ENV] = @windows exec_prefix: preconfigvar(...,prefix) etc to [ENV] = exec_prefix Thanks for all the help I got from the forum. I can now work Julia on

Re: [julia-users] Re: not loading python module

2014-01-27 Thread Rajan Gurjar
Yes, this is exactly what I did and the whole thing ran and now I am chugging along. The very last step just before that was resetting the PYTHONHOME to C:\Anaconda from earlier setting of C:\Anaconda;C:\Anaconda\Scripts. And it did not work. Then you suggested the change to PYTHONHOME should have

Re: [julia-users] Re: not loading python module

2014-01-27 Thread Rajan Gurjar
not make sense. So let me test it again. On Mon, Jan 27, 2014 at 6:02 PM, Rajan Gurjar rjngrj2...@gmail.com wrote: Yes, this is exactly what I did and the whole thing ran and now I am chugging along. The very last step just before that was resetting the PYTHONHOME to C:\Anaconda from earlier

Re: [julia-users] Re: not loading python module

2014-01-27 Thread Rajan Gurjar
to make one change at a time and test. Otherwise it leads to false conclusions. On Mon, Jan 27, 2014 at 6:12 PM, Rajan Gurjar rjngrj2...@gmail.com wrote: Actually I have been playing around so much that the sequence of events is difficult to remember. I do remember that I also deleted PYTHONPATH

Re: [julia-users] Re: julia unable to install on Ubuntu 13.10

2014-01-26 Thread Rajan Gurjar
] Error 2 On Sun, Jan 26, 2014 at 3:54 PM, Rajan Gurjar rjngrj2...@gmail.com wrote: processor: 0 vendor_id: GenuineIntel cpu family: 6 model: 37 model name: Intel(R) Pentium(R) CPUP6100 @ 2.00GHz stepping: 5 microcode: 0x2 cpu MHz: 933.000

Re: [julia-users] Re: julia unable to install on Ubuntu 13.10

2014-01-26 Thread Rajan Gurjar
is the output of `strace ../usr/bin/julia --build output sysimg.jl`? Execute that inside of the `base` folder. -E On Sun, Jan 26, 2014 at 4:19 PM, Rajan Gurjar rjngrj2...@gmail.comwrote: No, but I do have a VM installed. Not using it though for Julia. Do you think I should try it instead

Re: [julia-users] Re: julia unable to install on Ubuntu 13.10

2014-01-26 Thread Rajan Gurjar
26, 2014 at 7:52 PM, Rajan Gurjar rjngrj2...@gmail.com wrote: rajan@rajan-Aspire-5742Z:~/julia/base$ strace /usr/bin/julia --build output sysimg.jl strace: Can't stat '/usr/bin/julia': No such file or directory On Sun, Jan 26, 2014 at 7:41 PM, Elliot Saba staticfl...@gmail.comwrote: Nope

Re: [julia-users] Re: julia unable to install on Ubuntu 13.10

2014-01-26 Thread Rajan Gurjar
() = 27531024 --- SIGILL {si_signo=SIGILL, si_code=ILL_ILLOPN, si_addr=0x7fe111341e44} --- +++ killed by SIGILL (core dumped) +++ Illegal instruction (core dumped) On Sun, Jan 26, 2014 at 8:00 PM, Rajan Gurjar rjngrj2...@gmail.com wrote: I did usr/bin/julia-debug-basic instead. It ran for a while

Re: [julia-users] Re: not loading python module

2014-01-25 Thread Rajan Gurjar
Hi Stefan, I having more trouble with Linux as you will see from my other post (concerning Linux issues) and that is because I have R installed - so some issues with RMath library. Instead why I tried to build it myself from the Git it gives a crash status. Found out some issues with Xubuntu. That

Re: [julia-users] Re: not loading python module

2014-01-25 Thread Rajan Gurjar
Hi Bert, I also have a virtual Xubuntu. However, when I tried building Julia from Github it did not work. So I am guessing that even virtual Xubuntu will not work. However, I should try Virtual Ubuntu 12.04 as you suggested. Thanks On Sat, Jan 25, 2014 at 3:31 PM, Rajan Gurjar rjngrj2

Re: [julia-users] julia unable to install on Ubuntu 13.10

2014-01-25 Thread Rajan Gurjar
Hi Stefan, This is what I tried when I printed out the error in my last post to which you have probably responded. I am sorry I was not precise. Or may be not - I actually cloned from http and not https. Would that make a difference? Is that what you are suggesting? And Ivar I am not sure what you

Re: [julia-users] julia unable to install on Ubuntu 13.10

2014-01-25 Thread Rajan Gurjar
Sorry, I cannot figure how to edit my messages once I post them and then find a mistake... Anyway, Stefan, I am sorry - I has used git:\ instead of https. I am right now trying your suggestion Will post the results. On Sat, Jan 25, 2014 at 3:38 PM, Rajan Gurjar rjngrj2...@gmail.com wrote: Hi

Re: [julia-users] julia unable to install on Ubuntu 13.10

2014-01-25 Thread Rajan Gurjar
This is what I get when I do what Stefan suggested. LINK usr/bin/julia-readline CC ui/repl-basic.o LINK usr/bin/julia-basic osutils.jl Illegal instruction (core dumped) make[1]: *** [/home/rajan/julia/usr/lib/julia/sys0.bc] Error 132 make: *** [release] Error 2 and ./julia System image

Re: [julia-users] Re: not loading python module

2014-01-24 Thread Rajan Gurjar
But if I change the Env variable to C:\Python27 i.e., without semicolon everything is good. This is strange. What I mean is that python module is being recognized now but I still get the matplotlib issue... On Fri, Jan 24, 2014 at 3:27 PM, Rajan Gurjar rjngrj2...@gmail.com wrote: I also

Re: [julia-users] Re: not loading python module

2014-01-24 Thread Rajan Gurjar
in the windows environment variable I set it to: C:\Python27 by going to the Computer properties and setting the environment variable there. in Julia's Pycall.jl , I have ENV[PYTHONHOME]=exec_prefix On Fri, Jan 24, 2014 at 3:41 PM, Steven G. Johnson stevenj@gmail.comwrote: On Friday,

Re: [julia-users] Re: not loading python module

2014-01-24 Thread Rajan Gurjar
, Rajan Gurjar rjngrj2...@gmail.com wrote: in the windows environment variable I set it to: C:\Python27 by going to the Computer properties and setting the environment variable there. in Julia's Pycall.jl , I have ENV[PYTHONHOME]=exec_prefix On Fri, Jan 24, 2014 at 3:41 PM, Steven G

Re: [julia-users] Re: not loading python module

2014-01-24 Thread Rajan Gurjar
So I see two issues, first is not recognizing the backend and the second is not able to find affine_transform.py. I looked around in Python27 and cannot find either i.e., matplotlib._path nor affine_transform.py Wonder why? On Fri, Jan 24, 2014 at 3:59 PM, Rajan Gurjar rjngrj2...@gmail.com

Re: [julia-users] Re: not loading python module

2014-01-24 Thread Rajan Gurjar
runtime library incorrectly. On Fri, Jan 24, 2014 at 4:24 PM, Rajan Gurjar rjngrj2...@gmail.com wrote: So I see two issues, first is not recognizing the backend and the second is not able to find affine_transform.py. I looked around in Python27 and cannot find either i.e., matplotlib._path nor

Re: [julia-users] Re: not loading python module

2014-01-24 Thread Rajan Gurjar
. Noone pointed out any compile time directives to direct versioning of MSVCRT. I guess this is more fuel for the semi-regular flame war about free software and free compilers on Windows On Fri, Jan 24, 2014 at 5:20 PM, Rajan Gurjar rjngrj2...@gmail.com wrote: I still could not find matplotlib

Re: [julia-users] Re: not loading python module

2014-01-24 Thread Rajan Gurjar
Ok, looks like I may have to uninstall and try Anaconda. I tried setting PYTHONPATH to C:\Python27\Lib -did not work and then to C:\Python27 but nothing changed. Thanks folks. Will let you know if things work after fresh install On Fri, Jan 24, 2014 at 7:16 PM, Jake Bolewski