Component error: camera

After upgrading to 0.101.2 I receive the following error after doing the configuration validation.

Component error: camera - Requirements for stream not found: [‘av==6.1.2’].

Any suggestions would be appreciated.

1 Like

How did you install Home Assistant?

If that was in a venv, see the troubleshooting guide.

3 Likes

Thank you the troubleshooting guide resolved the error.

Thank you, I had the same issue and this resolved it for me as well.

Unfortunatly i still have the same issue after installing de packages.
I’m using a Unifi UVC. Since v101 i’m not able to use the camera’s.

+1, the same info in configuration, but cameras works on views
python 3.7.5

Unable to install package av==6.1.2: Traceback (most recent call last):
File “/usr/lib/python3.7/runpy.py”, line 183, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File “/usr/lib/python3.7/runpy.py”, line 142, in _get_module_details
return _get_module_details(pkg_main_name, error)
File “/usr/lib/python3.7/runpy.py”, line 109, in _get_module_details
import(pkg_name)
File “/srv/homeassistant/lib/python3.7/site-packages/pip/init.py”, line 29, in
from pip.utils import get_installed_distributions, get_prog
File “/srv/homeassistant/lib/python3.7/site-packages/pip/utils/init.py”, line 23, in
from pip.locations import (
File “/srv/homeassistant/lib/python3.7/site-packages/pip/locations.py”, line 9, in
from distutils import sysconfig
ImportError: cannot import name ‘sysconfig’ from ‘distutils’ (/usr/lib/python3.7/distutils/init.py)

Sorry guys, I also have the same error with HA 0.101.2. I followed the troubleshooting hints but it’s still there. Is there a definitive way to fix it? I’m running HA under Debian 10.2 in venv.