I think there is an older version of nupic still installed and that is what
is getting executed.

Phil, another thing you can try before re-compiling is running "pip
uninstall nupic -y" a few times to get rid of any hidden installations.
Damn you, pip.

---------
Matt Taylor
OS Community Flag-Bearer
Numenta

On Mon, Nov 9, 2015 at 3:54 PM, Richard Crowder <[email protected]> wrote:

> I can't see anything obvious in nupic (0.3.6), starting to look in core.
> Possibly Scott and/or Chetan can win the race to the answer.
>
> On Mon, Nov 9, 2015 at 10:17 PM, Richard Crowder <[email protected]> wrote:
>
>> I'm just debugging this locally. `inputs` array only contains bottomUpIn
>> so fails on that search for categoryIn
>>
>> On Mon, Nov 9, 2015 at 9:07 PM, Matthew Taylor <[email protected]> wrote:
>>
>>> Assuming you are building from scratch... sometimes when you pull the
>>> latest code you need to clean out any build directories. I suggest
>>> that you try to do a complete build from scratch in both nupic.core
>>> and nupic after running the following command, which will remove ALL
>>> leftover artifacts from your checkout directory (don't do this if you
>>> have local changes you want to retain).
>>>
>>> git clean -dfx
>>>
>>> Recompile and try again?
>>> ---------
>>> Matt Taylor
>>> OS Community Flag-Bearer
>>> Numenta
>>>
>>>
>>> On Mon, Nov 9, 2015 at 11:33 AM, Phil iacarella <[email protected]>
>>> wrote:
>>> > Hello,
>>> >
>>> > I’m using the CLAClassifier which worked just fine until I updated to
>>> NUPIC
>>> > 0.3.6. Now everything seems to work except for the CLAClassifier. Even
>>> the
>>> > built in demos are giving this error:
>>> >
>>> >   File
>>> >
>>> "/usr/lib/python2.7/site-packages/nupic-0.3.6.dev0-py2.7.egg/nupic/regions/CLAClassifierRegion.py",
>>> > line 289, in compute
>>> >     categories = [category for category in inputs["categoryIn"]
>>> >
>>> >
>>> > I’m using the Network API. Any ideas?
>>> >
>>> > -Phil
>>>
>>>
>>
>

Reply via email to