I tried uninstalling and re-installing before posting here on the google
group. I tried un/re-install again now and I am still back where I started.
Doing Pkg.add("PyCall") the info messages displayed say "No system-wide
Python was found; ... etc. ... using the Python distribution in the Conda
package"
Next doing Pkg.add("PyPlot") shows info messages saying "PyCall is using
C:\...\v0.4\Conda\deps\usr\python.exe (Python 2.7.9) ... "
Next doing using PyPlot the error appears:
No working GUI backend found for matplotlib ...
Not sure how to fix it. Most forum conversations I've found are outdated.
On Wednesday, November 4, 2015 at 2:58:53 PM UTC-5, Tom Breloff wrote:
>
> You probably have a corrupted cache from whatever you were manually
> changing. I recommend just deleting your "~/.julia/v0.4" and starting
> again. I just did this on my windows machine (just to make sure it's not a
> Plots issue) and after doing only "Pkg.add("Plots"); using Plots" it
> completes without error.
>
> I don't think you necessarily need to be on master for PyCall/PyPlot.
> After starting fresh, try just `Pkg.add("PyCall"); Pkg.add("PyPlot")` and
> see if that works for you.
>
> On Wed, Nov 4, 2015 at 2:34 PM, jda <[email protected] <javascript:>>
> wrote:
>
>> I did Pkg.checkout("PyCall"); Pkg.build("PyCall") and PyCall is now
>> version 1.1.2 master. The using Plots command still gives the error:
>>
>>
>> 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
>>
>>
>