Skip to content

just upgraded to home assistant 0.105.3 now getting ModuleNotFoundError #4

@bobsiopener

Description

@bobsiopener

Describe the bug
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 174, in _async_setup_component
component.setup, hass, processed_config # type: ignore
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/tesla_cc/init.py", line 42, in setup
from tesla_api import TeslaApiClient, AuthenticationError, ApiError
ModuleNotFoundError: No module named 'tesla_api'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions