I have a django app hosted on the DigitalOcean App Platform. I am trying to install Sentry, which seems to cause an error that requires a downgrade of setuptools (Error in anyjson setup command: use_2to3 is invalid).
The setup tools version is specified in the build pack and I can't figure out how to change/install it before use_2to3 is attempted to be installed. I'm thinking that changing the build back, or having certain packages install before others could be a solution but I can't find any info on how to do that.
Any nudge in the right direction would be appreciated!