What does Pkg.status() say?
On Tuesday, May 17, 2016 at 8:44:10 PM UTC-7, [email protected] wrote: > > Hi All: > > I did a Pkg.update() to v0.4.5 this evening. > > When I entered using PyCall at the julia command line, the response is > > > INFO: Precompiling module PyCall... > ERROR: LoadError: LoadError: UndefVarError: MacroTools not defined > in include at ./boot.jl:261 > in include_from_node1 at ./loading.jl:320 > in include at ./boot.jl:261 > in include_from_node1 at ./loading.jl:320 > [inlined code] from none:2 > in anonymous at no file:0 > in process_options at ./client.jl:257 > in _start at ./client.jl:378 > while loading /home/jim_nason/.julia/v0.4/PyCall/src/io.jl, in expression > starting on line 119 > while loading /home/jim_nason/.julia/v0.4/PyCall/src/PyCall.jl, in > expression starting on line 178 > ERROR: Failed to precompile PyCall to > /home/jim_nason/.julia/lib/v0.4/PyCall.ji > in error at ./error.jl:21 > in compilecache at loading.jl:400 > in require at ./loading.jl:266 > > > Or entering using PyPlot, julia responded with a similar series of error > messages > > INFO: Precompiling module PyPlot... > ERROR: LoadError: LoadError: UndefVarError: MacroTools not defined > in include at ./boot.jl:261 > in include_from_node1 at ./loading.jl:320 > in include at ./boot.jl:261 > in include_from_node1 at ./loading.jl:320 > [inlined code] from none:2 > in anonymous at no file:0 > in process_options at ./client.jl:257 > in _start at ./client.jl:378 > while loading /home/jim_nason/.julia/v0.4/PyCall/src/io.jl, in expression > starting on line 119 > while loading /home/jim_nason/.julia/v0.4/PyCall/src/PyCall.jl, in > expression starting on line 178 > ERROR: LoadError: Failed to precompile PyCall to > /home/jim_nason/.julia/lib/v0.4/PyCall.ji > in error at ./error.jl:21 > in compilecache at loading.jl:400 > in require at ./loading.jl:240 > in include at ./boot.jl:261 > in include_from_node1 at ./loading.jl:320 > [inlined code] from none:2 > in anonymous at no file:0 > in process_options at ./client.jl:257 > in _start at ./client.jl:378 > while loading /home/jim_nason/.julia/v0.4/PyPlot/src/PyPlot.jl, in > expression starting on line 5 > ERROR: Failed to precompile PyPlot to > /home/jim_nason/.julia/lib/v0.4/PyPlot.ji > in error at ./error.jl:21 > in compilecache at loading.jl:400 > in require at ./loading.jl:266 > > > I quit julia and then started julia again. The responses were the same. > > If anyone has advice of suggestions to fix the problem, thanks much in > advance. > > Jim Nason >
