statsmodels installed with conda but get ModuleNotFoundError
I am using conda with Spyder on a Windows machine. I would like to use the statsmodels module. I have installed it using conda. But when I run import statsmodels.api as sm
in Spyder I get “no module named statsmodels” error.