python = 3.10.0
keras = 2.6.0
tensorfow = 2.3.0
streamlit = 1.11.0
i want to run streamlit app
python = 3.10.0
keras = 2.6.0
tensorfow = 2.3.0
streamlit = 1.11.0
i want to run streamlit app
your tensorflow is to old or keras to new. maybe try:
pip uninstall keras
pip install keras==2.2.1
to install an older keras version