You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the direction in readme of factorial, and got this error code.
Traceback (most recent call last):
File "pyhsmm/plugins/factorial/example.py", line 9, in
import models
File "/home/sulgik/pyhsmm/plugins/factorial/models.py", line 6, in
from internals.states import FactorialStates,
File "/home/sulgik/pyhsmm/plugins/factorial/internals/states.py", line 151, in
class FactorialComponentHSMMStates(pyhsmm.internals.states.HSMMStatesPython):
AttributeError: 'module' object has no attribute 'states'
Can you give me any sort of clues that I can try for this?