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.33k stars 1.56k forks source link

Error importing fieldmeta #3779

Closed fcabrera23 closed 6 years ago

fcabrera23 commented 6 years ago

When running Htmengine,i get error because of importation

from nupic.data import fieldmeta Traceback (most recent call last): File "", line 1, in ImportError: cannot import name fieldmeta

rhyolight commented 6 years ago

This is because the HTM Engine codebase has not been updated to use NuPIC 1.0. It still depends on 0.5.6. You must install NuPIC 0.5.6 to use HTM Engine.