Requirements.txt error

[notice] A new release of pip is available: 23.2.1 → 23.3.2

Jan 14 08:48:39 PM[notice] To update, run: pip install --upgrade pip

this… my error message

A pip version notice may be shown, but this is not an error. If you want to upgrade pip you can do so by adding the command it shows in the logs you shared to your Build Command, e.g.

pip install --upgrade pip && pip -r requirements.txt

I suspect there are more details as to which dependency is having issues further up your deploy logs.

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