Collecting networkx
Downloading https://files.pythonhosted.org/packages/11/42/f951cc6838a4dff6ce57211c4d7f8444809ccbe2134179950301e5c4c83c/networkx-2.1.zip (1.6MB)
Requirement already satisfied: decorator>=4.1.0 in /usr/lib/python3.6/site-packages (from networkx)
Installing collected packages: networkx
Running setup.py install for networkx: started
Running setup.py install for networkx: finished with status 'done'
Successfully installed networkx-2.1
You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
but I thought “Custom deps deployment addon” would to the same? This would be convenient as it is run when HA restarts and installs dependencies.
Add-on config has:
{
"pypi": [
"networkx"
],
"apk": []
}
The log says:
starting version 3.2.4
[Info] Remove old deps
[Info] Install pypi modules into deps
You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
[Info] done
Somehow this doesn’t do what I thought it would do - anyone sees something obviously wrong?
yep, broken link. I found this thread trying to find some information on how to set it up. I have a custom component (life360.py) that needs updating, and before I did a manual update, I wanted to see if this addon would be useful to automate that.
I am trying to install matplotlib using the addon but no luck. It says it couldn’t find the dependencies FreeType and png. Can anyone help please?
Thanks