Lutris doesn't launch

Hi guys! I’m having a trouble to start Lutris, launched it from terminal and got this message: "No module named ‘urllib3.packages.six’ ". Urllib3 is updated through pip, also googled/ddgoed it, try to uninstall and reinstall a couple of stuff but nothing. Running on fedora 32, btw.

Also, an user from Lutris discord suggested to start python prompt with python3 and try to import urllib3.packages.six, and got no error message.

Full terminal (when I try to launch it) is here: https://imgur.com/JKu3tCv

Any help is welcome!

Are you sure the Python version you’re working with is the same one that your Lutris install uses? There can be multiple installed on the same machine, and these installs have each their own package folders.

Packages are being load from /usr/lib/python3.8/ and when I go to that folder, there is urllib3 and, inside it, a subfolder called packages with a six.py inside. I would believe it is ok, I dont know if there is a way to change paths or something of lutris.

Well, fixed it. Instead of reinstall the whole package through different ways, I cloned the git (https://github.com/urllib3/urllib3), went to packages/six.py and just moved that file into the folder of urllib3. In my case, it was /usr/lib/python3.8/site-packages/urllib3/packages

Hope this could help anyone in the future.