nupic - ImportError: No module named date_capnp -


while trying understand nupic minecraft demo code. running nupic_client.py pycharm ide. python version 2.7.8 on mac os nupic dowloaded package version 0.2.8

on running nupic_client.py following error occurs importerror: no module named date_capnp

any appreciated.

stack trace:

file "/users/msghotra/sandbox/codehub/datascience/workspace/nupic_minecraft/nupic_client.py", line 5, in <module>     nupic.frameworks.opf.modelfactory import modelfactory   file "/system/library/frameworks/python.framework/versions/2.7/lib/python2.7/site-packages/nupic/frameworks/opf/modelfactory.py", line 32, in <module>     clamodel import clamodel   file "/system/library/frameworks/python.framework/versions/2.7/lib/python2.7/site-packages/nupic/frameworks/opf/clamodel.py", line 44, in <module>     nupic.encoders import multiencoder, deltaencoder   file "/system/library/frameworks/python.framework/versions/2.7/lib/python2.7/site-packages/nupic/encoders/__init__.py", line 24, in <module>     date import dateencoder   file "/system/library/frameworks/python.framework/versions/2.7/lib/python2.7/site-packages/nupic/encoders/date.py", line 28, in <module>     nupic.encoders.date_capnp import dateencoderproto importerror: no module named date_capnp 

i believe mean nupic==0.2.3, since 0.2.8 isn't out yet. should fixed https://github.com/numenta/nupic/pull/2231. more details available in issue referenced (the direct link https://github.com/numenta/nupic/issues/2166). hope helps!

edit should resolved in nupic==0.2.6


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -