Hi, I hope someone can help. My jupiter notebook was running just fine yesterday but today I get an error on import statsmodels.tsa.stattools as ts that the statsmodels module can not be found. i pip installed again and it says
Requirement already satisfied: statsmodels in ./.local/lib/python3.8/site-packages (0.12.1)
jupyter --paths gives me this:
config:
/home/legag/snap/jupyter/6/.jupyter
/snap/jupyter/6/etc/jupyter
/usr/local/etc/jupyter
/etc/jupyter
data:
/home/legag/snap/jupyter/6/.local/share/jupyter
/snap/jupyter/6/share/jupyter
/usr/local/share/jupyter
/usr/share/jupyter
runtime:
/run/user/1000/snap.jupyter/jupyter
Any pointers for a fix? I am not aware I changed anything and again yesterday teh code was running fine.
Thanks!