IntelLabs / HPAT.jl

High Performance Analytics Toolkit (HPAT) is a Julia-based framework for big data analytics on clusters.
BSD 2-Clause "Simplified" License
120 stars 16 forks source link

Problem with HPAT installation. #24

Open manikazad opened 6 years ago

manikazad commented 6 years ago

I have installed HPAT on my Mac. But the installation is not working out. On doing using HPAT I get the following error:

ERROR: LoadError: LoadError: LoadError: UndefVarError: TopNode not defined in include_from_node1(::String) at ./loading.jl:488 in include_from_node1(::String) at /Applications/Julia->0.5.app/Contents/Resources/julia/lib/julia/sys.dylib:? in include_from_node1(::String) at ./loading.jl:488 in include_from_node1(::String) at /Applications/Julia->0.5.app/Contents/Resources/julia/lib/julia/sys.dylib:? in eval(::Module, ::Any) at ./boot.jl:234 in eval(::Module, ::Any) at /Applications/Julia-0.5.app/Contents/Resources/julia/lib/julia/sys.dylib:? in require(::Symbol) at ./loading.jl:415 in require(::Symbol) at /Applications/Julia-0.5.app/Contents/Resources/julia/lib/julia/sys.dylib:? in include_from_node1(::String) at ./loading.jl:488 in include_from_node1(::String) at /Applications/Julia->0.5.app/Contents/Resources/julia/lib/julia/sys.dylib:? in eval(::Module, ::Any) at ./boot.jl:234 in eval(::Module, ::Any) at /Applications/Julia-0.5.app/Contents/Resources/julia/lib/julia/sys.dylib:? in require(::Symbol) at ./loading.jl:415 in require(::Symbol) at /Applications/Julia-0.5.app/Contents/Resources/julia/lib/julia/sys.dylib:? while loading /Users/username/.julia/v0.5/CompilerTools/src/helper.jl, in expression starting on >line 96 while loading /Users/username/.julia/v0.5/CompilerTools/src/CompilerTools.jl, in expression >starting on line 32 while loading /Users/username/.julia/v0.5/HPAT/src/HPAT.jl, in expression starting on line 31

On inspecting the CompilerTools/src/helper.jl file I found this comment: """TopNode is removed in recent 0.5 versions, we need a backward compatible way to compare them, or their equivalent Base functions."""

How can I resolve the above for using HPAT with julia v0.5