This issue is several months old, and I don't think it applies anymore. Can you run both "versioninfo()" and "Pkg.status()" at your Julia prompt? Then we might be able to help you get back to a working install.
On Wednesday, November 4, 2015 at 10:03:38 AM UTC-5, jda wrote: > > I'm new to both julia and git. Trying to follow this thread because I am > having problems with using Plots in 0.4.0 (and 0.3.8). I downloaded Git > Desktop (https://desktop.github.com/) and tried the following from the > Git Shell: > > C:\Users\user\.julia\v0.4\PyCall [master]> git fetch origin pull/155/head: > fix-timer-api > From git://github.com/stevengj/PyCall.jl > * [new ref] refs/pull/155/head -> fix-timer-api > > C:\Users\user\.julia\v0.4\PyCall [master]> git checkout fix-timer-api > Switched to branch 'fix-timer-api' > > C:\Users\user\.julia\v0.4\PyCall [fix-timer-api +1 ~0 -0 !]> > > > After this I tried opening Julia 0.4.0 repl and running the Plots package > with no luck. > I am not sure what do to next, or if I am missing some crucial step. > > julia> using Plots > ERROR: ArgumentError: Docile not found in path > in require at loading.jl:233 > in stale_cachefile at loading.jl:439 > in recompile_stale at loading.jl:457 > in _require_from_serialized at loading.jl:83 > in _require_from_serialized at loading.jl:109 > in require at loading.jl:219 > > >
