I imported this old notebook I had for analyzing sales data and I downloaded anaconda navigator on a pc. Im getting this keras module not found error:
ModuleNotFoundError Traceback (most recent call last)
Input In [1], in <cell line: 7>()
5 from statsmodels.tools.eval_measures import rmse
6 from sklearn.preprocessing import MinMaxScaler
----> 7 from keras.preprocessing.sequence import TimeseriesGenerator
8 from keras.models import Sequential
9 from keras.layers import Dense
ModuleNotFoundError: No module named 'keras'
How do i fix this?