Jackpot!  Thank you.

Just out of curiosity, when I tried deleting the entire .julia folder, it
didn't work. Why did this work?

Larry


On Sat, Oct 3, 2015 at 11:33 AM, Yichao Yu <[email protected]> wrote:

> On Sat, Oct 3, 2015 at 12:09 PM, lawrence dworsky
> <[email protected]> wrote:
> > Your link seems to refer to OSX. I'm running Windows 10.
>
> No, it's not. See the title of the issue and the comments below about
> seeing this on different systems.
>
> >
> > In any case, I've tried many combinations of restarting, importing,
> deleting
> > everything and reinstalling, etc. No luck.
>
> Delete C:\Users\Larry\.julia\lib\v0.4 and try again.
>
> >
> >
> >
> > On Sat, Oct 3, 2015 at 10:59 AM, Yichao Yu <[email protected]> wrote:
> >>
> >> On Sat, Oct 3, 2015 at 11:46 AM, LarryD <[email protected]> wrote:
> >> > 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,
> >>
> >> Likely https://github.com/JuliaLang/julia/issues/13200
> >> Try restart/import again.
> >>
> >> >
> >> > Larry
> >> >
> >
> >
>

Reply via email to