Hi!
I downloaded Version 0.5.2 of julia in windows(64 bit). When I added the PyPlot package, it had errors.I am unable to use the package.
Upon building the package, I received the following:
===========================================================================================[ ERROR: PyCall ]============================================================================================
LoadError: type Void has no field captures
while loading C:\Users\Uma\AppData\Roaming\SPB_Data\.julia\v0.5\PyCall\deps\build.jl, in expression starting on line 258
========================================================================================================================================================================================================
============================================================================================[ BUILD ERRORS] ]==========================================
WARNING: PyCall had build errors.
- packages with build errors remain installed in C:\Users\Uma\AppData\Roaming\SPB_Data\.julia\v0.5
- build the package(s) and all dependencies with `Pkg.build("PyCall")`
- build a single package by running its `deps/build.jl` script
======================================================================================================================================================
Any suggestions?
Uma