This suggests you're running a 0.2 version of julia but the package assumes 
0.3. Would it be an option to upgrade to the stable 0.3 series? (There are 
ways to fix it so you get an older version of the package on 0.2, but 0.3 is 
recommended anyway.)

--Tim

On Saturday, September 06, 2014 08:26:23 PM Jack Pack wrote:
> Hi all,
> 
> I am new to Julia and want to use the Distributions module so that I can
> use a normal distribution.
> 
> In the Julia console, I ran Pkg.add and Pkg.update, then ran
> require("Distributions") but got this. Help?
> 
> require("Distributions")
> 
> ERROR: UnitRange not defined
> 
>  in reload_path at loading.jl:146
> 
>  in _require at loading.jl:59
> 
>  in require at loading.jl:46
> 
>  in reload_path at loading.jl:146
> 
>  in _require at loading.jl:59
> 
>  in require at loading.jl:43
> 
> while loading /Users/myself/.julia/ArrayViews/src/ArrayViews.jl, in
> expression starting on line 555
> 
> while loading /Users/myself/.julia/Distributions/src/Distributions.jl, in
> expression starting on line 3

Reply via email to