Lutris won't launch after Manjaro update

I recently did the update with Manjaro and now Lutris won’t launch at all. When I type lutris in the terminal it says “Traceback (most recent call last):
File “/usr/bin/lutris”, line 33, in
from lutris.gui.application import Application
ModuleNotFoundError: No module named ‘lutris’”

Not sure if that helps any. Everything was working perfect before the update, I wonder if there is any dependencies that got messed up along the way.

Thanks for your time.

I just found my answer out the minute after I asked here. It’s a python problem sudo mv /usr/lib/python3.6/site-packages/lutris* /usr/lib/python3.7/site-packages/ fixed it.

Please don’t do that. This will lead to trouble later on. Move it back and reinstall Lutris.

The first thing I did was try and reinstall it but it did nothing to solve the problems. I just reinstalled over the existing install I didn’t un install then reinstall is that what I need to do?

Yes, that’s what I meant sorry.