After build on OS X 10.8.4, I get most tests passing but there is the
following error message:

$ $NTA/bin/htmtest
Creating network...
Region count is 0
Adding a FDRNode region...
Region count is 1
Node type: TestNode
Nodespec is:
Spec:
Description:


Parameters:
  int32Param
     description: Int32 scalar parameter
     type: Int32
     count: 1
  uint32Param
     description: UInt32 scalar parameter
     type: UInt32
     count: 1
  int64Param
     description: Int64 scalar parameter
     type: Int64
     count: 1
  uint64Param
     description: UInt64 scalar parameter
     type: UInt64
     count: 1
  real32Param
     description: Real32 scalar parameter
     type: Real32
     count: 1
  real64Param
     description: Real64 scalar parameter
     type: Real64
     count: 1
  real32ArrayParam
     description: int32 array parameter
     type: Real32
     count: 0
  int64ArrayParam
     description: int64 array parameter
     type: Int64
     count: 0
  computeCallback
     description: address of a function that is called at every compute()
     type: Handle
     count: 1
  stringParam
     description: string parameter
     type: Byte
     count: 0
  unclonedParam
     description: has a separate value for each node
     type: UInt32
     count: 1
  shouldCloneParam
     description: whether possiblyUnclonedParam should clone
     type: UInt32
     count: 1
  possiblyUnclonedParam
     description: cloned if shouldCloneParam is true
     type: UInt32
     count: 1
  unclonedInt64ArrayParam
     description: has a separate array for each node
     type: Int64
     count: 0
Inputs:
  bottomUpIn
Outputs:
  bottomUpOut
Commands:

Adding a PyNode region...
ImportError: numpy.core.multiarray failed to import
ERROR:  Matching Python module for py.TestNode not found.
[/Users/rd/devel/nupic-master/nta/engine/RegionImplFactory.cpp line 459]
Exception: Matching Python module for py.TestNode not found. at:
/Users/rd/devel/nupic-master/nta/engine/RegionImplFactory.cpp:459

Can anyone comment?

Thank you.

Ralph
_______________________________________________
nupic mailing list
[email protected]
http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org

Reply via email to