Hello,
I am willing to use HTM for analyzing multivariate time series data. For this I am trying to install nupic in my python 3.7 using pip but following error came:
For now you are able to use nupic only with python 2.x (i’m using 2.7.15). Also for more comfort use virtual enviroments. There is no official support python 3 from numenta team.
I would recommend starting with python3. Python2 officially retires in one year (Jan 1st 2020), at which point python3 will be the only official version.
There is an HTM Community effort to update the nupic.core extension library so that it can work with Python3. You can find it at https://github.com/htm-community/nupic.cpp
We are not quite ready for prime time but we are working on it.
It worked when I used
“from nupic.frameworks.opf.model_factory import ModelFactory” instead of from nupic.frameworks.opf.modelfactory import ModelFactory
Ah ok great! I missed that. So you must have been copying an old coded sample. May I ask where you got that import statement? If we have old info I want to correct it.