diff --git a/atom.xml b/atom.xml index 44e5f6ee94..ae6be79ecf 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2015-07-14T20:33:59-07:00 + 2015-07-16T16:51:59-07:00 https://home-assistant.io/ diff --git a/blog/categories/architecture/atom.xml b/blog/categories/architecture/atom.xml index 217dfd8359..359f6e7b94 100644 --- a/blog/categories/architecture/atom.xml +++ b/blog/categories/architecture/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: architecture | Home Assistant]]> - 2015-07-14T20:33:59-07:00 + 2015-07-16T16:51:59-07:00 https://home-assistant.io/ diff --git a/blog/categories/branding/atom.xml b/blog/categories/branding/atom.xml index 78ef97c218..4eeae7d9ca 100644 --- a/blog/categories/branding/atom.xml +++ b/blog/categories/branding/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: branding | Home Assistant]]> - 2015-07-14T20:33:59-07:00 + 2015-07-16T16:51:59-07:00 https://home-assistant.io/ diff --git a/blog/categories/component/atom.xml b/blog/categories/component/atom.xml index 843d14f9c1..8f00b924bd 100644 --- a/blog/categories/component/atom.xml +++ b/blog/categories/component/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: component | Home Assistant]]> - 2015-07-14T20:33:59-07:00 + 2015-07-16T16:51:59-07:00 https://home-assistant.io/ diff --git a/blog/categories/core/atom.xml b/blog/categories/core/atom.xml index ea70a10fae..4523606dea 100644 --- a/blog/categories/core/atom.xml +++ b/blog/categories/core/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: core | Home Assistant]]> - 2015-07-14T20:33:59-07:00 + 2015-07-16T16:51:59-07:00 https://home-assistant.io/ diff --git a/blog/categories/frontend/atom.xml b/blog/categories/frontend/atom.xml index ef398ac3da..73af0c5fdd 100644 --- a/blog/categories/frontend/atom.xml +++ b/blog/categories/frontend/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: frontend | Home Assistant]]> - 2015-07-14T20:33:59-07:00 + 2015-07-16T16:51:59-07:00 https://home-assistant.io/ diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index a31c87ec3f..935a926432 100644 --- a/blog/categories/release-notes/atom.xml +++ b/blog/categories/release-notes/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: release-notes | Home Assistant]]> - 2015-07-14T20:33:59-07:00 + 2015-07-16T16:51:59-07:00 https://home-assistant.io/ diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml index c7a357a7f8..18f50f64e1 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: website | Home Assistant]]> - 2015-07-14T20:33:59-07:00 + 2015-07-16T16:51:59-07:00 https://home-assistant.io/ diff --git a/getting-started/troubleshooting.html b/getting-started/troubleshooting.html index 1bb0e6e6f1..38fd0f4cc4 100644 --- a/getting-started/troubleshooting.html +++ b/getting-started/troubleshooting.html @@ -107,14 +107,46 @@

It can happen that you run into trouble while installing Home Assistant. This page is here to help you figure out the most common problems.

+

python3: command not found

+

Check if Python 3.4 is installed by running python3 --version. If it is not installed, download it here.

+

No module named pip

+

Pip should come bundled with the latest Python 3 but is ommitted by some distributions. If you are unable to run python3 -m pip --version you can install pip by downloading the installer and run it with Python 3: python3 get-pip.py.

+

git: command not found

+

Check if Git is installed by running git --version. If you are unable to run this command you can install it by following these instructions.

+

Home Assistant Failing to Launch

+

When you are on Linux, it can happen that the requirements fail to install. If this is the case you can fix this by installing the Python 3 development package. For Debian/Ubuntu this can be done by running apt-get install python3-dev.

+

Ubuntu 14.04: … returned non-zero exit status

+ +

There is a known issue with installing on Ubuntu 14.04 and possibly many other newer Debian based distributions. The venv Python 3.4 package that has been bundled in the apt-get repository are known to be broken. This has been documented in this bug report. If you are encountering an error that looks like the following while creating the virtual environment, you are experiencing this bug.

+ +
1
+
Error: Command '['home-assistant/bin/python3.4', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status
+
+ + +

This error can be fixed permanently by running the following commands.

+ +
1
+2
+3
+4
+
cd ~/Downloads
+wget https://gist.githubusercontent.com/rmkraus/c3972492a9de875203c6/raw/46629b63857537deedc85ec4a11cd8284816e2a0/install_ensurepip.py
+sudo python3 install_ensurepip.py
+rm install_ensurepip.py
+
+ + +

After these commands have been successfully executed, the venv package will be fixed system-wide.

+ diff --git a/sitemap.xml b/sitemap.xml index 3394c4674a..45a24ebc29 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -341,9 +341,6 @@ https://home-assistant.io/blog/categories/branding/ - - https://home-assistant.io/blog/posts/2/ - https://home-assistant.io/demo/frontend.html 2015-07-14T18:47:00-07:00