-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
After I successfully install by pip install hmms, I got an error when import hmms.
`---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
in ()
1 import numpy as np
2 import matplotlib.pyplot as plt
----> 3 import hmms
4
5 get_ipython().run_line_magic('matplotlib', 'inline')
~/work/HMMs/hmms/init.py in ()
----> 1 from .dthmm import *
2 from .cthmm import *
3 from .hmm import *
4 from .art import *
5 from .train import *
ImportError: No module named 'hmms.dthmm'`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels