Under Windows, in the Julia 0.3.1 REPL I get a weird Pkg.add() error:
> ...Version 0.3.1 (2014-09-21 21:30 UTC)
>>
> ...x86_64-w64-mingw32
>>
>
>> julia> Pkg.add("Jewel")
>
> ERROR: IJulia can't be installed because it has no versions that support
>> 0.3.1 of julia
>
> in wait at task.jl:284
>
> in wait at task.jl:194
>
> in wait at task.jl:48
>
> in sync_end at task.jl:311
>
> in add at pkg/entry.jl:319
>
> in add at pkg/entry.jl:71
>
> in anonymous at pkg/dir.jl:28
>
> in cd at file.jl:30
>
> in cd at pkg/dir.jl:28
>
> in add at pkg.jl:20
>
>
It is weird, because IJulia is installed and works well, and I wanted to
add Jewel, not IJulia again. Here is the same thing from IJulia:
Python 2.7.7 |Anaconda 2.0.1 (64-bit)| (default, Jun 11 2014, 10:40:02)
>> [MSC v.1500 64 bit (AMD64)]
>
> Type "copyright", "credits" or "license" for more information.
>
>
>> IPython 2.1.0 -- An enhanced Interactive Python...
>
>
>> In [3]: Pkg.add("Jewel")
>
> IJulia can't be installed because it has no versions that support 0.3.1 of
>> julia
>
> while loading In[3], in expression starting on line 1
>
> in wait at task.jl:284
>
> in wait at task.jl:194
>
> in wait at task.jl:48
>
> in sync_end at task.jl:311
>
> in add at pkg/entry.jl:319
>
> in add at pkg/entry.jl:71
>
> in anonymous at pkg/dir.jl:28
>
> in cd at file.jl:30
>
> in cd at pkg/dir.jl:28
>
> in add at pkg.jl:20
>
>
> Because of this error Juno (LightTable) cannot connect to Julia. What can
I do?