I’m so glad I found this topic! I have the latest Raspbian Jessie (with Pixel) and I followed the AIO instructions by the letter but ran into the same error. After running the commands as suggested above I get this message:
Checking for python3-dev: install ok installed
Checking for python3-pip: install ok installed
Checking for git: install ok installed
Checking for libssl-dev: install ok installed
Checking for libffi-dev: install ok installed
Checking for apt-listchanges:
Traceback (most recent call last):
File "/usr/bin/pip3", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/local/lib/python3.4/dist-packages/pkg_resources/__init__.py", line 70, in <module>
import packaging.version
ImportError: No module named 'packaging'
Traceback (most recent call last):
File "/usr/bin/pip3", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/local/lib/python3.4/dist-packages/pkg_resources/__init__.py", line 70, in <module>
import packaging.version
ImportError: No module named 'packaging'
Traceback (most recent call last):
File "/usr/bin/pip3", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/local/lib/python3.4/dist-packages/pkg_resources/__init__.py", line 70, in <module>
import packaging.version
ImportError: No module named 'packaging'
Cloning into 'fabric-home-assistant'...
remote: Counting objects: 271, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 271 (delta 0), reused 0 (delta 0), pack-reused 266
Receiving objects: 100% (271/271), 118.52 KiB | 0 bytes/s, done.
Resolving deltas: 100% (154/154), done.
Checking connectivity... done.
hass_rpi_installer.sh: line 129: fab: command not found
The trouble is, there’s various people with problems posting in this thread, so separating out each problem is not easy. I’m also not seeing any post from you with any error messages, other than a single line in another thread.
To keep things clear, you followed the instructions in the All In One installer page? Can you post your installation_report.txt file to somewhere like pastebin?
This is the right forum, it’s just once you get many people with apparently similar problems in one thread, picking things apart is tricky and you’re more likely to get overlooked, or confused with somebody else’s problem.
boot up and enable ssh (after changing default passwd) sudo raspi-config
install python sudo apt-get install python3
ran the commands above line for line
ran the AIO command
…and it worked …
I suppose you would not have to tell more experienced users to install python first, but then again, possibly this should go in the install instructions as a pre-requisite after having a fresh copy of jesse? Especially for us technically challenged…
Thanks for your help… now to start …er… tinkering !
Python3 is checked/installed in the kick start script. My assumption is that the version of pip installed via the package repo is old and needs to be updated, hence the purge and install pip successed. All salty at should be needed would be to do an upgrade on pip prior to running the installer. I’ll be home to test in a few.