Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange error during component initialization #48

Closed
ithinkcode opened this issue Mar 18, 2019 · 2 comments
Closed

Strange error during component initialization #48

ithinkcode opened this issue Mar 18, 2019 · 2 comments

Comments

@ithinkcode
Copy link

ithinkcode commented Mar 18, 2019

Hi I get the following error in the logs during startup.

ERROR (MainThread) [homeassistant.loader] Error loading custom_components.entity_controller. Make sure all dependencies are installed
Mar 18 19:37:15 hassbian hass[2210]: Traceback (most recent call last):
Mar 18 19:37:15 hassbian hass[2210]: File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/loader.py", line 92, in get_component
Mar 18 19:37:15 hassbian hass[2210]: module = importlib.import_module(path)
Mar 18 19:37:15 hassbian hass[2210]: File "/usr/lib/python3.5/importlib/init.py", line 126, in import_module
Mar 18 19:37:15 hassbian hass[2210]: return _bootstrap._gcd_import(name[level:], package, level)
Mar 18 19:37:15 hassbian hass[2210]: File "", line 986, in _gcd_import
Mar 18 19:37:15 hassbian hass[2210]: File "", line 969, in _find_and_load
Mar 18 19:37:15 hassbian hass[2210]: File "", line 958, in _find_and_load_unlocked
Mar 18 19:37:15 hassbian hass[2210]: File "", line 673, in _load_unlocked
Mar 18 19:37:15 hassbian hass[2210]: File "", line 673, in exec_module
Mar 18 19:37:15 hassbian hass[2210]: File "", line 222, in _call_with_frames_removed
Mar 18 19:37:15 hassbian hass[2210]: File "/home/homeassistant/.homeassistant/custom_components/entity_controller/init.py", line 19, in
Mar 18 19:37:15 hassbian hass[2210]: from transitions import Machine
Mar 18 19:37:15 hassbian hass[2210]: ImportError: No module named 'transitions'

However 'transitions' is installed; however the component is unable to load the same.

This is on a fresh install of hassbian. Thoughts ?

Any help is appreciated.

@danobot
Copy link
Owner

danobot commented Mar 19, 2019

Home assistant can't find the package. I can't really help with that as I have never used hassbian.

@danobot
Copy link
Owner

danobot commented Mar 19, 2019

Try posting on the home assistant forum thread.

@danobot danobot closed this as completed Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants