Open breznak opened 5 years ago
See https://github.com/iandanforth/NAB/pull/8 but it does not fix the issue, just makes me able to install nupic.
Fascinating bug. See https://bugs.python.org/issue10981.
--detect
as a valid argument (that's all this version of run.py does)--detect
was being interpreted as an abbreviation of --detectors
-d
) and abbreviated long (--detect
) versions of this argument and the second one was taking presidence.detectors
key ended up pointing to an empty list.The easiest way to fix this is to simply re-add --detect
as a no-op argument which will disambiguate it from --detectors
and let others who may be used to typing it by habit suffer no ill effects.
Tips had how did you figure this! :) Bugs never cease to amaze us. Thanks for providing a fix
according to Readme in branch #341
I needed a few changes to get nupic (numenta detector) install at all.
Then it seems to be running, but does not at all?
Notice the detectors field is empty?