-
-
Notifications
You must be signed in to change notification settings - Fork 841
Description
User story
As a LGSM user I want python3 dependency check to be proper on CentOS Stream 9.
Game
RUST
Linux distro
CentOS Stream 9, Red Hat 9
Command
command: start, command: install
Further information
On CentOS Stream 9 when installing and starting RUST lgsm server the depdency check says that python36 is missing. However, python36 package is not available in the CentOS Stream 9 repositories. Package python3 is installed.
Game server starts and everything seems to work fine, but the dependency check messages are annoying when starting the server when using ./rustserver start
rustserver@predatorlx /home/rustserver# ./rustserver start
fetching GitHub centos-9.csv...OK
[ WARN ] Starting rustserver: Missing dependencies: python36sudo dnf install python36
jq: error (at :0): Cannot iterate over null (null)
Relevant log output
root@predatorlx /root# yum info python3
Last metadata expiration check: 2:21:36 ago on Wed 10 May 2023 08:39:49 AM +03.
Installed Packages
Name : python3
Version : 3.9.16
Release : 1.el9
Architecture : x86_64
Size : 32 k
Source : python3.9-3.9.16-1.el9.src.rpm
Repository : @System
From repo : anaconda
Summary : Python 3.9 interpreter
URL : https://www.python.org/
License : Python
Description : Python 3.9 is an accessible, high-level, dynamically typed, interpreted
: programming language, designed with an emphasis on code readability.
: It includes an extensive standard library, and has a vast ecosystem of
: third-party libraries.
:
: The python3 package provides the "python3" executable: the reference
: interpreter for the Python language, version 3.
: The majority of its standard library is provided in the python3-libs package,
: which should be installed automatically along with python3.
: The remaining parts of the Python standard library are broken out into the
: python3-tkinter and python3-test packages, which may need to be installed
: separately.
:
: Documentation for Python is provided in the python3-docs package.
:
: Packages containing additional libraries for Python are generally named with
: the "python3-" prefix.
Available Packages
Name : python3
Version : 3.9.16
Release : 1.el9
Architecture : i686
Size : 28 k
Source : python3.9-3.9.16-1.el9.src.rpm
Repository : crb
Summary : Python 3.9 interpreter
URL : https://www.python.org/
License : Python
Description : Python 3.9 is an accessible, high-level, dynamically typed, interpreted
: programming language, designed with an emphasis on code readability.
: It includes an extensive standard library, and has a vast ecosystem of
: third-party libraries.
:
: The python3 package provides the "python3" executable: the reference
: interpreter for the Python language, version 3.
: The majority of its standard library is provided in the python3-libs package,
: which should be installed automatically along with python3.
: The remaining parts of the Python standard library are broken out into the
: python3-tkinter and python3-test packages, which may need to be installed
: separately.
:
: Documentation for Python is provided in the python3-docs package.
:
: Packages containing additional libraries for Python are generally named with
: the "python3-" prefix.
root@predatorlx /root# yum info python36
Last metadata expiration check: 2:22:22 ago on Wed 10 May 2023 08:39:49 AM +03.
Error: No matching Packages to list
root@predatorlx /root#
Steps to reproduce
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status