For import statsmodels.api
I get
File "C:\Users\Saul Ramirez\AppData\Local\Continuum\Anaconda3\lib\site-packages\statsmodels\tools\linalg.py", line 23, in <module>
from scipy.linalg import calc_lwork
ImportError: cannot import name 'calc_lwork'
When I check the directory above, the module calc_lwork is not in scipy.linalg.
When I check the scipy master branch on github, calc_lwork is not in scipy.linalg.
Did I install/build something incorrectly?
I am using the latest statsmodels and scipy, Spyder (Python 3.4)