LinuxGSM: Missing dependencies Python3, but python 36 installed GAME:Valheim
i was able to install the gameserver and it runs without issue for the most part. I had a friend that would spawn entire buildings with a mod and it would sometimes crash the server, cpu spike and server would go offline. i would restart it, no big deal., but if i was sleepting etc no one could play, so i setup a cronjob to run every 30 mins to run the monitor command. But whenever it needed to start gameserver, it complains that python3 is missing, prompting for a sudo password even though it is installed. i could extend the sudo timeout, in theory.
- Distro: [Red Hat Enterprise Linux 8.3 (Ootpa)]
- Game: [Valheim]
- Command: [start/stop/monitor/restart]
- LinuxGSM version: [v21.1.3]
Example of output from console
[vhserver]$ ./vhserver stop
Warning! Missing dependencies: python3
Information! Automatically installing missing dependencies.
Last metadata expiration check: 2:21:39 ago on Sun 28 Feb 2021 02:24:15 AM UTC.
Package python36-3.6.8-2.module+el8.1.0+3334+5cb623d7.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
-If i do a “python3 --version”, it informs me that it is python 3.6.8. -i did an “alternatives --config python”, and set the default to 3.6, same result when running any gameserver commands -If i do an “rpm -q python3” it says it is not installed -if i do an “rpm -q python36” it gives me the correct module, “python36-3.6.8-2.module+el8.1.0+3334+5cb623d7.x86_64”
Any assistance is appreciated.
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 23 (5 by maintainers)
This is not a bug, this is a user support issue.
Having the same issue on Rocky 8.4
Warning! Missing dependencies: python3on./vhserver st[vhserver@localhost ~]$ python3 --version Python 3.6.8Not sure this is just for Valheim. Having same issue with Rocky Linux 8.4 and Minecraft.