Jack477 / CommanderPi

Easy RaspberryPi4 GUI system managment
MIT License
188 stars 33 forks source link

Unable to start program #8

Closed Narbife closed 4 years ago

Narbife commented 4 years ago

Hello! I'm unable to start your program after installing it. If I try to run it from the desktop nothing happens, and if I try to run it from the terminal sudo ./start.sh, the following error message appears: "ModuleNotFoundError: no module named 'psutil'.

Thank you in advance for your time.

Narbife commented 4 years ago

Here's a picture of the error. IMG_20200612_152450

Jack477 commented 4 years ago

Try this command sudo pip install --upgrade psutil

prezftb09 commented 4 years ago

I am having the same issue and I tried the above command to no avail.

Narbife commented 4 years ago

I tried that as well, but it unfortunately did not fix my issue. What eventually did was following the video bellow. After fully updating everything with the commands he showed and rebooting the system, I was able to use the software.

https://youtu.be/RBpAkTvBbYg

The last two probably fixed the issue.