home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.11k stars 29.79k forks source link

packages missing? #11890

Closed cmsimike closed 5 years ago

cmsimike commented 6 years ago

Make sure you are running the latest version of Home Assistant before reporting an issue.

You should only file an issue if you found a bug. Feature and enhancement requests should go in the Feature Requests section of our community forum:

Home Assistant release (hass --version): .60.1

Python release (python3 --version): 3.5.2

Component/platform: vacuum/irobot

Description of problem: When adding the platform, this message appears in the logs" CV or numpy module not found, falling back to PIL PIL module not found, maps are disabled

Expected: All packages installed

Traceback (if applicable):

CV or numpy module not found, falling back to PIL
PIL module not found, maps are disabled
MicahCarrick commented 6 years ago

The underlying library https://github.com/NickWaterton/Roomba980-Python/ uses print() on imports as it has not setup the logging module at that point. I don't think this causes any harm as HA doesn't appear to be using the mapping functionality.

balloobbot commented 6 years ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.

Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment :+1:

cmsimike commented 6 years ago

@MicahCarrick Any idea if it would be possible for hass to use the mapping functionality? I keep wanting to find time to investigate it myself - I think it would be a cool "camera" plugin to have the roomba map show up in hass.

goooroooX commented 6 years ago

Fix for this issue: https://community.home-assistant.io/t/irobot-roomba/6288/55?u=gooorooo

balloobbot commented 5 years ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.

Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment :+1:

balloobbot commented 5 years ago

This issue will be auto-closed because there hasn't been any activity for a few months. Feel free to open a new one if you still experience this problem 👍

dmak commented 4 years ago

Can the ticket be reconsidered so that the warning messages (CV or numpy module not found...) are printed to the log file and not to console?