I have old code using keras instead of tf.keras. I am running on my conda environment with tensorflow 2 and python 3.8 installed. I installed keras using conda install -c conda-forge keras and installed pandas using conda install pandas. Then when I ran the below code in spyder, I got errors of no module named pandas and no module named 'keras'. Where did I do wrong? Thanks for helping.
keras
tf.keras
conda install -c conda-forge keras
conda install pandas
no module named pandas
no module named 'keras'
https://anaconda.org/conda-forge/keras
import pandas as pd from keras.models import Sequential,Model
1.4m articles
1.4m replys
5 comments
57.0k users