All, I'm excited to get NuPIC running under 2.7 but I'm having some additional issues. Specifically I'm getting the following errors running ./bin/htmtest
Adding a PyNode region... RuntimeError: module compiled against API version 7 but this version of numpy is 6 ERROR: Could not get valid spec for Region: py.TestNode [/Users/iandanforth/nupic/nta/engine/RegionImplFactory.cpp line 452] Exception: Could not get valid spec for Region: py.TestNode at: /Users/iandanforth/nupic/nta/engine/RegionImplFactory.cpp:452 The runtime error seems to indicate that there is a version of numpy 1.6 somewhere on my system, but everywhere I check I see 1.7.1 I also have python 2.6 installed, and numpy under 2.6 IS 1.6.1 so I wonder if there are remaining hard coded pointers to 2.6 that are ignoring the system path and somehow picking up the older version. Thoughts for further debugging are welcome, Ian
_______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
