Lutris doesn't launch on debian 10

I tried downloading lutris but it doesn’t launch, this appears when I use lutris --submit-issue

Traceback (most recent call last):
File “/usr/games/lutris”, line 52, in
from lutris.gui.application import Application # pylint: disable=no-name-in-module
File “/usr/lib/python3/dist-packages/lutris/gui/application.py”, line 36, in
from lutris.api import parse_installer_url, get_runners
File “/usr/lib/python3/dist-packages/lutris/api.py”, line 14, in
from lutris.util import http, system
File “/usr/lib/python3/dist-packages/lutris/util/http.py”, line 14, in
from lutris.util import system
File “/usr/lib/python3/dist-packages/lutris/util/system.py”, line 582, in
@lru_cache
File “/usr/lib/python3.7/functools.py”, line 477, in lru_cache
raise TypeError(‘Expected maxsize to be an integer or None’)
TypeError: Expected maxsize to be an integer or None

I’ve recently had problems running some of my docker containers because the base image is now debian bullseye. I’m guessing buster is no longer supported. I have no idea if this is really the problem though.