Using the current version of scipy, imports from scipy.misc are now from scipy.special. That should change line 2651 in powerlaw.py into: from scipy.special import comb
Using the current version of scipy, imports from scipy.misc are now from scipy.special. That should change line 2651 in powerlaw.py into:
from scipy.special import comb