0
votes

I' ve got julia installed on mac 10.7, but unable to install Winston package.

That's what happens:

Pkg.add("Winston") ERROR: unknown dependency for NIfTI: StrPack .... Please help.

1

1 Answers

5
votes

The [email protected] list is a much better place for this. Also see https://github.com/JuliaLang/julia/issues/3027. In short, do Pkg.update() and try again.