Error en el comando de configuración de matplotlib: use_2to3 no es válido

#Heroku recently updated setuptools to 60.10.0 for python build pack
#Try using a newer version of matplotlib in requirements.txt
matplotlib==3.2.0
MitchAloha