Estoy usando Python 3.6 (comprobado usando python -v
) y estoy intentando "importar statsmodels.api como sm" en mi cuaderno Jupyter. Sin embargo, muestra el error de módulo no encontrado incluso después de haberlo instalado statsmodels
desde mi línea de comando.
Cuando corro: pip install statsmodels
o pip3 install statsmodels
Dice
Requirement already satisfied: six in c:\users\17372\appdata\local\programs\python\python36\lib\site-packages (from patsy>=0.4.0->statsmodels) (1.12.0)
Alguien sugirió instalar scipy
antes statsmodels
, yo también lo hice.
El kernel en mi cuaderno jupyter dice "Python 3"