ImportError: cannot import name flib
问题 I want to use Python for trying out hddm. I installed anaconda, Python 2.7. When I try to follow the hddm tutorial in the command line window in spyder, the following happens, which seems to be a problem in pymc: import pandas as pd import matplotlib.pyplot as plt %matplotlib inline import hddm Traceback (most recent call last): File "<ipython-input-24-17365318b31c>", line 1, in <module> import hddm File "/Users/c/anaconda/lib/python2.7/site-packages/hddm/__init__.py", line 7, in <module>