Same here but with different package
I am using 0.2.2
Dejan
*julia> **Pkg.add("HDFS")*
*ERROR: `convert` has no method matching convert(::Type{UTF8String},
::ASCIIString)*
* in wait at
/Applications/Julia-0.3.2.app/Contents/Resources/julia/lib/julia/sys.dylib
(repeats 2 times)*
* in wait at task.jl:48*
* in sync_end at
/Applications/Julia-0.3.2.app/Contents/Resources/julia/lib/julia/sys.dylib*
* in add at pkg/entry.jl:319*
* in add at pkg/entry.jl:71*
* in anonymous at pkg/dir.jl:28*
* in cd at
/Applications/Julia-0.3.2.app/Contents/Resources/julia/lib/julia/sys.dylib*
* in __cd#227__ at
/Applications/Julia-0.3.2.app/Contents/Resources/julia/lib/julia/sys.dylib*
* in add at pkg.jl:20*
On Saturday, October 11, 2014 10:45:10 AM UTC-7, Bruno Gomes wrote:
>
> Hi, I have a problem. When I call Pkg.add I get the following
>
> Pkg.add("RDatasets")
> error: `convert` has no method matching convert(::Type{UTF8String}, ::
> ASCIIString)
>
> I tried
>
> Pkg.add(ascii("RDatasets"))
>
> but the same occurs.
>
> Thanks in advance.
>
>