App deployment error in streamlit

:rotating_light: Before clicking “Create Topic”, please make sure your post includes the following information (otherwise, the post will be locked). :rotating_light:

I have two data frames that I have deployed locally without problems on my host, when deploying through streamlit it generates errors that I have treated as follows

  1. The pip was updated in the latest version.
  2. The pillow was updated.
    The error it generates is the following

ERROR: Invalid requirement: install --upgrade pip

pip: error: no such option: --upgrade

Hi @JORGE_HUMBERTO_AMORT

Could you share the code snippet of the app that reproduces this error. It would be helpful for the community in understanding your issue better.

See here an example of how to write a valid requirements file: