ecg-htm icon indicating copy to clipboard operation
ecg-htm copied to clipboard

ImportError: No module named nupic.frameworks.opf.modelfactory

Open truongnmt opened this issue 8 years ago • 1 comments

On the final step: Anomaly Detection I ran: $ python src/vector_anomaly.py but I got this error:

Traceback (most recent call last): File "src/vector_anomaly.py", line 11, in from nupic.frameworks.opf.modelfactory import ModelFactory ImportError: No module named nupic.frameworks.opf.modelfactory

What python package(s) I have to install? Thanks

truongnmt avatar Apr 16 '18 11:04 truongnmt

you can fix this with from nupic.frameworks.opf.model_factory import ModelFactory

ieuD avatar Aug 16 '18 09:08 ieuD