mark2devel / mark2

Minecraft Multi Server Wrapper Written in Python with Twisted; Pull Requests HIGHLY Encouraged, Collaborators Needed Discord: https://discord.gg/zymJygHNpv
Other
207 stars 44 forks source link

CPU and Memory monitoring not working. #114

Closed Onfimarist closed 3 years ago

Onfimarist commented 4 years ago

On my stats I get: cpu: % mem: %

please help!

Qrbaker commented 4 years ago

You are likely using Python 3.X. I resolved the issue by making sure I had Python 2.7 installed, and used pip2 (rather than pip) to install the required dependencies.

I'm working on a Python3 port, but it may take time.

gsand commented 4 years ago

@Qrbaker Pull requests welcome 👍

Qrbaker commented 4 years ago

Noted. My work is on a fork here: https://github.com/Qrbaker/mark3 and I will look into submitting some upstream stuff once its stable.

Onfimarist commented 4 years ago

You are likely using Python 3.X. I resolved the issue by making sure I had Python 2.7 installed, and used pip2 (rather than pip) to install the required dependencies.

I'm working on a Python3 port, but it may take time.

Just checked, I'm using Python 2.7.17, PIP 9.0.1. Does knowing this help in any way? @Qrbaker

Column01 commented 3 years ago

@Onfimarist this should be fixed if you update mark2 to the latest version following the install guide. It was recently updated to python 3.