Paul, We are in the midst of a major build refactoring, which moves the numpy dependency from nupic into nupic.core, and builds all the SWIG bindings in nupic.core. It may be that you are using an old version of numpy (older than 1.9?). Can you check that?
Otherwise, standby as we resolve our current build issues, probably this week. --------- Matt Taylor OS Community Flag-Bearer Numenta On Fri, Aug 14, 2015 at 1:29 PM, Paul Sambolin <[email protected]> wrote: > Hi everyone, > > First time poster here! Name's Paul, > > I was running nupic off the preset VM image for about two months. Today I > was looking at the hotgym example and saw there were a number of updated > files. I decided to update from nupic from the github and thats where my > problems started. I read online that nupic needed a rebuild after the new > files are updated. dependency issues all around. Then I stumbled across > the install instructions for the preset VM which claim it is extremely > outdated. So I started from the beginning got unbuntu and followed install > instructions. I'm stuck in the same spot. > > heres a few lines of traceback, > > File > "/home/nupic/nupic-linux64/lib/python2.7/site-packages/numpy/distutils/misc_util.py", > line 972, in get_subpackage > caller_level = caller_level + 1) > File > "/home/nupic/nupic-linux64/lib/python2.7/site-packages/numpy/distutils/misc_util.py", > line 909, in _get_configuration_from_setup_py > config = setup_module.configuration(*args) > File "numpy/core/setup.py", line 635, in configuration > > AttributeError: 'Configuration' object has no attribute 'add_define_macros' > > If anyone has stumbled upon this problem in the past I would love to know > how to fix it or I might just run a fresh preset VM again. > > Thanks everyone, > > Paul >
