Thanks Cedric. Pkg.checkout("PyCall") and updating the Conda distribution
do not solve this issue for me. Just filed an issue on PyCall.jl.
On Wednesday, May 25, 2016 at 6:28:39 AM UTC-7, Cedric St-Jean wrote:
>
> PyCall has had a few hiccups since last release, most of them have been
> fixed, but not tagged yet. You can try
>
> Pkg.checkout("PyCall")
>
> If the problem persists, please file an issue on PyCall.jl
>
> On Wednesday, May 25, 2016 at 8:36:04 AM UTC-4, Ed Scheinerman wrote:
>>
>> It seems, perhaps, that the problem is actually with PyCall. Other
>> packages that I regularly use are now causing problems ...
>>
>>
>> On Wednesday, May 25, 2016 at 8:22:07 AM UTC-4, Ed Scheinerman wrote:
>>>
>>> I use PyPlot a lot with my Julia work so I've got a big problem in that
>>> PyPlot has suddenly stopped working after the latest Pkg.update()
>>>
>>> julia> using PyPlot
>>>
>>> INFO: Precompiling module PyPlot...
>>> ERROR: LoadError: InitError: cfunction: pyjlwrap_repr does not return
>>> in __init__ at /Users/ers/.julia/v0.4/PyCall/src/pyinit.jl:88
>>> in _require_from_serialized at loading.jl:84
>>> in _require_from_serialized at /Applications/Julia-0.4.5.app/Contents/
>>> Resources/julia/lib/julia/sys.dylib
>>> in require at /Applications/Julia-0.4.5.app/Contents/Resources/julia/
>>> lib/julia/sys.dylib
>>> in include at /Applications/Julia-0.4.5.app/Contents/Resources/julia/
>>> lib/julia/sys.dylib
>>> in include_from_node1 at /Applications/Julia-0.4.5.app/Contents/
>>> Resources/julia/lib/julia/sys.dylib
>>> [inlined code] from none:2
>>> in anonymous at no file:0
>>> in process_options at /Applications/Julia-0.4.5.app/Contents/Resources/
>>> julia/lib/julia/sys.dylib
>>> in _start at /Applications/Julia-0.4.5.app/Contents/Resources/julia/lib
>>> /julia/sys.dylib
>>> during initialization of module PyCall
>>> while loading /Users/ers/.julia/v0.4/PyPlot/src/PyPlot.jl, in
>>> expression starting on line 5
>>> ERROR: Failed to precompile PyPlot to /Users/ers/.julia/lib/v0.4/PyPlot.ji
>>>
>>> in error at /Applications/Julia-0.4.5.app/Contents/Resources/julia/lib/
>>> julia/sys.dylib
>>> in compilecache at loading.jl:400
>>> in require at /Applications/Julia-0.4.5.app/Contents/Resources/julia/
>>> lib/julia/sys.dylib
>>> Enter code here...
>>>
>>>
>>>