Giter Club home page Giter Club logo

Comments (5)

jrbail01 avatar jrbail01 commented on July 21, 2024 1

When you first ran the tutorial, did you run the script:
$ \curl -sSL https://get.initialstate.com/python -o - | sudo bash
?
I ask because that script should have handled installing python-setuptools, pip, easy_install, making sure pip is the right version, etc. Check the contents of https://get.initialstate.com/python to see where it should have installed everything you had to install manually.

from pi-health-dashboard.

jrbail01 avatar jrbail01 commented on July 21, 2024

What version of Raspbian (or other OS) did you run this on? Raspbian Jessie should have pip and the python development tools installed by default.

I will add these additional steps as tips in the tutorial. Thank you for posting this!!

from pi-health-dashboard.

tmccoy00 avatar tmccoy00 commented on July 21, 2024

pi@raspberrypi:~ $ uname -a
Linux raspberrypi 4.1.18-v7+ #846 SMP Thu Feb 25 14:22:53 GMT 2016 armv7l GNU/Linux
pi@raspberrypi:~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)"
NAME="Raspbian GNU/Linux"
VERSION_ID="8"
VERSION="8 (jessie)"
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

from pi-health-dashboard.

tmccoy00 avatar tmccoy00 commented on July 21, 2024

Yes, but it generated errors and didn't fully complete or install ISstreamer properly which I worked out when trying to run the streamer example.

from pi-health-dashboard.

jmaybe avatar jmaybe commented on July 21, 2024

Similar to above problems, but corrected with a slightly different solution.

Just set up a new pi 3 with Jessie and ran into psutil problem; it failed to properly install with pip. (I did not copy the error before correcting the problem...)
In order to make it install properly I ran the following:

sudo apt-get install build-essential python-dev python-pip

then

sudo pip install psutil

Corrected the problem and was up-and-running in no time.

R/
John

from pi-health-dashboard.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.