Python3 Issue: module 'requests' has no attribute named 'utils'

I’m trying to install League of Legends, the Vsyscall32 override w/d9vk version, from the Lutris desktop app, and I’m getting this error (from lutris -d from the commandline)

ERROR    2020-01-15 18:39:17,987 [jobs.target:32]:Error while completing task <bound method Downloader.async_download of <lutris.util.downloader.Downloader object at 0x7f402b7652b0>>: module 'requests' has no attribute 'utils'
<class 'AttributeError'> module 'requests' has no attribute 'utils'
  File "/usr/lib/python3.8/site-packages/lutris/util/jobs.py", line 30, in target
    result = self.function(*args, **kwargs)
  File "/usr/lib/python3.8/site-packages/lutris/util/downloader.py", line 111, in async_download
    headers = requests.utils.default_headers()
ERROR    2020-01-15 18:39:17,990 [downloader.on_done:86]:Download failed: module 'requests' has no attribute 'utils'

I’m on Void Linux, and the Lutris version is lutris-0.5.4.

I think you should open an issue in the github page(https://github.com/lutris/lutris/issues) for this to get fixed.