Life360 Startup problems in HA 0.94.0b3 and 0.94.0b4
See original GitHub issuearch | x86_64 |
---|---|
dev | false |
docker | true |
hassio | true |
os_name | Linux |
python_version | 3.7.3 |
timezone | Europe/Madrid |
version | 0.94.0b4 |
virtualenv | false |
- platform: life360
username: !secret life360_un
password: !secret life360_pw
prefix: life360
show_as_state: driving, moving, places
home_place: Casa
driving_speed: 18
max_gps_accuracy: 100
time_as: device_or_local
max_update_wait:
minutes: 45
interval_seconds: 12
consider_home: 180
new_device_defaults:
track_new_devices: true
hide_if_away: false
2019-06-02 19:37:56 ERROR (MainThread) [homeassistant.components.device_tracker] Error setting up platform legacy
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/device_tracker/setup.py", line 76, in async_setup_legacy
tracker.see, discovery_info)
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/life360/device_tracker.py", line 311, in setup_scanner
Life360Scanner(hass, config, see, interval, home_place_name, api)
File "/config/custom_components/life360/device_tracker.py", line 342, in __init__
from timezonefinderL import TimezoneFinder
File "/config/deps/lib/python3.7/site-packages/timezonefinderL/__init__.py", line 3, in <module>
from .timezonefinderL import TimezoneFinder
File "/config/deps/lib/python3.7/site-packages/timezonefinderL/timezonefinderL.py", line 9, in <module>
from numpy import array, empty, float64, fromfile
ModuleNotFoundError: No module named 'numpy'
Issue Analytics
- State:
- Created 4 years ago
- Comments:12 (5 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@pnbruckner My apologies, I should have close this one. 0.94.b6 fixed the issue. Thank you for your support.
FWIW, I just did a test with 0.94.3. Seems to work fine:
Not sure why this didn’t work for you. Maybe there was a bug in the beta release. Anyway, since it seems to work, and since life360 will become a standard component in 0.95, I’ll close this.