Closed fuzzyTew closed 5 years ago
I have included python34-gobject
and PyYAML
in the RPM itself, not sure why you had to install those. And this is a known issue that you have to move package from 3.6 to 3.4 this is a known issue. I tried changing the spec file and change the directories but that comes up with 100s of more issues. I have included this known issue in the readme tho ! If you can help you can open a pull request :)
The new sh file is based on python 3.6 :)
EDITED to summarize.
It looks like lutris expects python 3.6 but doesn't list python36 as a dependency. RHEL7 mostly only has python libraries available for python 3.4. Additionally, Python 3.6 only launches if run as
python36
.To get lutris to run on RHEL7 from this rpm, I had to move the libraries from lib/python-3.6 to lib/python-3.6 and also install
python34-gobject
andpython34-PyYAML
.