ERROR: No matching distribution found for whitenoise-6.2.0

While trying to push to heroku I get this error:

ERROR: No matching distribution found for whitenoise-6.2.0

Heroku is currently on Python 3.10. Locally I have 3.9, but this is within the scope mentioned in the whitenoise docs. http://whitenoise.evans.io/en/stable/index.html#compatibility

When this error says no 'matching distribution' - matching what? Python? Django? Some other dependency? Heroku? Please advise. Thx.

Back to Top