Monk_Gui
Monk_Gui copied to clipboard
psutil package problem
Hi, I have tried running the gui.py as per the instructions given. It worked well for few steps but stucked at training part. The psutil package is not imported but it is already installed. I am using ubuntu20.4 version. the images of this issue are also attached herwith.

Hi,
Try using sudo pip install --upgrade psutil. If the issue is not resolved. Try using python 3.6. If the issue still persist, please let us know.
Thanks.
GUI has an installation window, execute the same as per the CUDA versions (CPU for non-cuda systems). It will install all the libraries.
Okay. Thank you for the response.
Hi,
Try using
sudo pip install --upgrade psutil. If the issue is not resolved. Try using python 3.6. If the issue still persist, please let us know.Thanks.
I have switched to python 3.6 on ubuntu16.04. The gui have opened without any error. But the cloning is taking way too long. I waited for 20 mins even to see if it clones monk_v1. But it seems it goes into hang state. what could be the reason? I can't figure out.

Try this, remove monk_v1 folder if it exists in your current working directory. I will check at my end too. Also make sure, the internet connection is stable, else download monk_v1 library and place it at the same directory where gui.py exists
ii have placed monk_v1 folder(which was not there earlier) in the directory where gui.py is and it worked fine now. Thank you for the guidance.