Hi
I started by removing my old version of Julia and deleting the
c:\users\larry\.julia file (Windows 10, 64 bit). Then I installed rc3.
I tried running a program I've used before, starting with
Pkg.add("PyPlot")
Pkg.update()
using PyPlot
Everything seemed to be going OK until the following:
julia> using PyPlot
INFO: Precompiling module PyPlot...
INFO: Recompiling stale cache file C:\Users\Larry\.julia\lib\v0.4\PyPlot.ji
for module PyPlot.
WARNING: Module BinDeps uuid did not match cache file
ERROR: __precompile__(true) but require failed to create a precompiled
cache file in require at loading.jl:252
julia> x = 1:100
1:100
julia> plot(x)
ERROR: UndefVarError: plot not defined
I don't know what I'm doing wrong and would greatly appreciate some help.
Thanks,
Larry