Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
678 views
in Technique[技术] by (71.8m points)

python - no module named 'keras', 'pandas' in spyder

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.

https://anaconda.org/conda-forge/keras

import pandas as pd

from keras.models import Sequential,Model
question from:https://stackoverflow.com/questions/65877479/no-module-named-keras-pandas-in-spyder

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

Please log in or register to answer this question.

Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...