numenta / nupic-legacy

Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of intelligence based strictly on the neuroscience of the neocortex.
http://numenta.org/
GNU Affero General Public License v3.0
6.34k stars 1.56k forks source link

./scripts/run_nupic_tests.py -u error on macOS Sierra #3701

Closed Baquetron closed 7 years ago

Baquetron commented 7 years ago

Hi to everybody! I´m a newbie here and just got stuck in the youtube tutorial on line ./scripts/run_nupic_tests.py -u The thread seems to be similar to #3433 but I have not still figured it out.

captura de pantalla 2017-06-12 a las 21 37 44

Thanks for your help!

rhyolight commented 7 years ago

As stated in #3433, run python ./scripts/run_nupic_tests.py -u. ;)

Baquetron commented 7 years ago

Ups, that was easy

However I still get one error when running it

captura de pantalla 2017-06-13 a las 0 44 46

Seems to be something with capnp... Thanks for your quick answer and for your tutorials, really like your method! Keep on

rhyolight commented 7 years ago

Thanks for your quick answer and for your tutorials, really like your method! Keep on

😄 Thanks!

You may be running into backwards compatibility issues. I recently made a bunch of breaking changes, here is how to fix it. If that doesn't help, let me know.

Otherwise, you might try manually installing capnp.

Baquetron commented 7 years ago

Finally done!

Just have to add git checkout tags/0.8.0 and then run python ./scripts/run_nupic_tests.py -u saw on https://discourse.numenta.org/t/warning-0-7-0-breaking-changes/2200/4

Thanks again for your help!