air01a / raspadmin

A Raspberry pi web interface
GNU General Public License v3.0
14 stars 11 forks source link

./install script did not add python-psutil on Raspbian Jessie #8

Open aknies72 opened 9 years ago

aknies72 commented 9 years ago

I'm not sure if this was a bug or just a quirk of my particular install. The installer added packages, but did not install python-psutil. I had to install it manually.

Installing python-dev
Reading package lists... Done
Building dependency tree... 77%
Reading state information... Done
The following extra packages will be installed:
  libpython-dev libpython2.7-dev python2.7-dev
The following NEW packages will be installed:
  libpython-dev libpython2.7-dev python-dev python2.7-dev
0 upgraded, 4 newly installed, 0 to remove and 1 not upgraded.
Need to get 18.2 MB of archives.
After this operation, 25.7 MB of additional disk space will be used.
Do you want to continue? [Y/n] y

I needed to add python-psutil

sudo apt-get update
sudo apt-get install python-psutil
air01a commented 9 years ago

Strange behavior, psutil should be install through pip : pip install psutil I gonna check on a fresh installation...