The instructions are here:
https://www.raspberrypi.org/learning/ge ... uirements/
They call for an updated Raspbian, with instructions here:
https://www.raspberrypi.org/documentati ... pdating.md - this makes no mention of Wheezy / Jessie, how to tell what you have, and how to upgrade from Wheezy to Jessie
The software installation page just gives the install instructions, perhaps it could be clearer about what it is installing
My installs give (among the output)
Code: Select all
python3-pip is already the newest version
Get:1 http://archive.raspberrypi.org/debian/ jessie/main python3-w1thermsensor all 0.2.2-1 [4,394 B]
python3-spidev is already the newest version
To check package versions:
Code: Select all
dpkg-query -W python3-pip
python3-pip 1.5.6-5
dpkg-query -W python3-spidev
python3-spidev 2.0~git20150907
So, can you check the output of "sudo apt-get update" shows "
http://archive.raspberrypi.org/debian/ jessie/main" in the list? These are the places that the Pi is looking at to get the packages; the "apt-get update" command is updating those lists, not the software on your Pi