Not able to deploy app due to Python version not compatible with tensorflow.

App url:https://annclassification-fdzu654r6h8md29r2udfmt.streamlit.app/

ERROR: ```
Using Python 3.13.5 environment at /home/adminuser/venv


× No solution found when resolving dependencies:


╰─▶ Because tensorflow==2.15.0 has no wheels with a matching Python ABI


  tag and you require tensorflow==2.15.0, we can conclude that your

  requirements are unsatisfiable.

Checking if Streamlit is installed

@92guptahimanshu Welcome to Streamlit community, can you remove the tensorflow’s version from requirements.txt and try deploying it.

You can change the version of Python for your deployed app from your app’s settings in your dashboard. Or, you can set the version during deployment:

Tensorflow 2.15.0 can use Python 3.9, 3.10, or 3.11.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.