Remove some no longer needed Python 3.5 info (#10039)

This commit is contained in:
Ville Skyttä 2019-08-02 19:20:16 +03:00 committed by Franck Nijhof
parent 2f0d03337c
commit 3699bae20d
3 changed files with 1 additions and 11 deletions

View File

@ -118,10 +118,6 @@ If running Home Assistant in a [Docker container](/docs/installation/docker/) us
#### 64-bit Python
There is currently a <a href='https://bitbucket.org/al45tair/netifaces/issues/17/dll-fails-to-load-windows-81-64bit'>known issue</a> with running this integration on a 64-bit version of Python and Windows.
#### Python 3.5
If you are on Windows and you're using Python 3.5, download the [Netifaces](http://www.lfd.uci.edu/~gohlke/pythonlibs/#netifaces) dependency.
### could not install dependency netdisco
If you see `Not initializing discovery because could not install dependency netdisco==0.6.1` in the logs, you will need to install the `python3-dev` or `python3-devel` package on your system manually (eg. `sudo apt-get install python3-dev` or `sudo dnf -y install python3-devel`). On the next restart of Home Assistant, the discovery should work. If you still get an error, check if you have a compiler (`gcc`) available on your system.

View File

@ -14,7 +14,7 @@ The integration requires a local KNX/IP interface like the [Weinzierl 730](https
<div class='note warning'>
Please note, the `knx` platform does not support Windows and needs at least python version 3.5.
Please note, the `knx` platform does not support Windows.
</div>
@ -162,7 +162,3 @@ address:
description: KNX group address.
type: string
{% endconfiguration %}
### Known issues
Due to lame multicast support the routing abstraction and the gateway scanner only work with Python >=3.5.

View File

@ -5,8 +5,6 @@ description: "Instructions to install Home Assistant on an Armbian-powered syste
[armbian](https://www.armbian.com) runs on a wide-variety of [ARM development boards](https://www.armbian.com/download/). Currently there are around 50 boards supported inclusive the OrangePi family, Cubieboard, Pine64, and Odroid.
Python 3.5.3 or later is required.
Setup Python and `pip`:
```bash