mitchp
(Mitch P)
September 9, 2018, 8:02am
1
Hi,
Just tried installing (via manual install instructions at https://www.home-assistant.io/docs/installation/raspberry-pi/ .
After entering pip3 install homeassistant
, I get an exception very quickly after Collecting astra1==1.6.1 (from homeassistant)
.
Tried removing the venv and reinstalling… same problem. I’m just learning Python, so I don’t know too much more.
Any help would be greatly appreciated.
Attached is the terminal output from the install commands (starting with wheel):
gpbenton
(Graham)
September 9, 2018, 9:51am
2
Remote End closed connection without a response
means pretty much what it says. There is some kind of network problem. Somebody else was experiencing this a few days ago, so it could be the server is having some capacity issues. See
Hi,
Currently i’m running hassbian 0.71.0 on my raspberry and i want to update to the latest version.
But when i run python3 -m pip install --upgrade homeassistant in the virtual environment it spits errors.
(homeassistant) homeassistant@raspberrypi:/srv/homeassistant$ python3.5 -m pip install --upgrade homeassistant
The directory '/home/homeassistant/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and own…
mitchp
(Mitch P)
September 9, 2018, 6:00pm
3
Just hacking at the problem, i just did a pip install homeassistant instead of pip3. Seems to be working.
Now if I can just get my automation.yaml file set up properly
1 Like
mitchp
(Mitch P)
September 14, 2018, 12:07am
4
So, I see the problem is the documentation which says to use the command:
pip3 install home-assistant
But, it should be:
python3 -m pip install home-assistant
I recommended a change to the documentation
mitchp
(Mitch P)
September 14, 2018, 4:19am
6
Oops. Should obviously be home-assistant. So much for predictive input and 25 years of using Homseer.