reinstalling my custom updater in the latest Hassio 81.2
2018-11-01 13:51:38 ERROR (MainThread) [homeassistant.setup] Error during setup of component custom_updater
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/setup.py", line 148, in _async_setup_component
component.setup, hass, processed_config) # type: ignore
File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/custom_updater.py", line 65, in setup
config_show_installabe)
File "/config/custom_components/custom_updater.py", line 125, in __init__
from pyupdate.ha_custom import custom_cards
ModuleNotFoundError: No module named 'pyupdate'
i folled the wiki: https://github.com/custom-components/custom_updater/wiki/Installation
this is my custom_updater.yaml
# https://github.com/custom-components/custom_updater/wiki/Installation
track:
- components
- cards
- python_scripts
component_urls:
- https://raw.githubusercontent.com/robmarkcole/Hue-sensors-HASS/master/custom_updater.json
- https://raw.githubusercontent.com/pnbruckner/homeassistant-config/master/custom_components.json
- https://raw.githubusercontent.com/awesome-developer/my-awesome-repo/master/custom_components.json
card_urls:
- https://raw.githubusercontent.com/kalkih/mini-media-player/master/tracker.json
- https://raw.githubusercontent.com/kuuji/button-card/0.0.2/tracker.json
- https://raw.githubusercontent.com/matisaul/vertical-style-card/master/tracker.json
- https://raw.githubusercontent.com/awesome-developer/my-awesome-repo/master/custom_cards.json
python_script_urls:
- https://raw.githubusercontent.com/awesome-developer/my-awesome-repo/master/python_scripts.json
show_installable: false
what could be wrong? @ludeeus do you spot the error?
thx