regarding: https://github.com/numenta/nupic/wiki/Install-NuPIC-using-Docker

There has been some recent change that has made the nupic modules
unvailable to python.

For one example - the simple hotgym:

docker run -i -t numenta/nupic /bin/bash -c "python
/usr/local/src/nupic/examples/opf/clients/hotgym/simple/hotgym.py"

Traceback (most recent call last):

  File "/usr/local/src/nupic/examples/opf/clients/hotgym/simple/hotgym.py",
line 29, in <module>

    from nupic.data.datasethelpers import findDataset

ImportError: No module named nupic.data.datasethelpers
(similar errors involving all nupic.* modules happen no matter what other
examples or code I try).

Any ideas?


-- 
Michael D Neale
home: www.michaelneale.net
blog: michaelneale.blogspot.com
_______________________________________________
nupic mailing list
nupic@lists.numenta.org
http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org

Reply via email to