mark2devel / mark2

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

CPU and MEMORY usage not displaying. #122

Closed Onfimarist closed 3 years ago

Onfimarist commented 3 years ago

Hello! For some reason my CPU and MEMORY usage is displaying like this:

cpu: % mem: %

image

Please help me. Thanks!

Column01 commented 3 years ago

Hey there, This is caused due to an error during install with the psutil module.

Can you do me a favor and run the command: pip install psutil==0.6.1 and share what it says in the console?

Column01 commented 3 years ago

@Onfimarist Any update on this? This usually is caused by incorrectly installed dependencies. If you no longer need help, please close the issue.

Column01 commented 3 years ago

Please update mark2 to use the latest version and this should be fixed.