On Wednesday, November 4, 2015 at 2:20:52 PM UTC-5, Scott T wrote:
>
> My reply disappeared - I may have sent it directly to jda instead of the
> group. Anyway, try
>
> julia> Pkg.checkout("PyCall")
> julia> Pkg.update()
>
> since the instructions above are outdated and will give you an old version
> of PyCall. Then let us know what error you're getting.
>
You need to manually run Pkg.build("PyCall") if you do Pkg.checkout.
