I'm working on a patch [1] that should mitigate the error you're getting [2].
ValueError: Invalid classifier implementation (None). Value must
be "py" or "cpp"
means that NuPIC didn't find it's default configuration file. A quick
fix is to set the NTA_CONF_PATH environment variable to
"$NUPIC/nupic/support" where "$NUPIC" is the absolute path to the
checkout directory.
I think there is a problem with NuPIC's configuration initialization,
because I'm running into the same error after binary distribution
installations. I'm working on it right now, but in the meantime, the
quick-fix should work.
[1] https://github.com/numenta/nupic/pull/1646
[2] https://github.com/numenta/nupic/issues/1645
---------
Matt Taylor
OS Community Flag-Bearer
Numenta
On Mon, Dec 22, 2014 at 3:57 AM, Dinesh Deshmukh <[email protected]> wrote:
> Hi,
> running ski.py with python2.7 i get ValueError(http://tny.cz/3ba79d04).
> I tried many hours for nupic build and after its successful installation now
> i get error for ski game described in the url above.
> Nupic has installed correctly as i have no problems running other
> projects(nupic_mouse).
>
> I use ubuntu 14.10 x64.Please provide any suggestion.
>
>