Skip to content

AttributeError: 'module' object has no attribute 'states' #7

@sulgik

Description

@sulgik

Hi,

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions