AndroidTv Component - could not install all requirements

If you’re using docker (?) or a virtual environment, try this:

  1. Clone this repo: https://github.com/JeffLIrion/python-adb
  2. Checkout the adb-homeassistant branch.
  3. In setup.py, remove pycryptodome from the install_requires list.
  4. In your Home Assistant docker container or virtual environment, install the cloned repo via pip install . or python setup.py install.
  5. Restart HA. I think the built-in component will be fine, no need to use the custom component.

Let me know if that works, and if so, let me know if there are any issues with the component.

The second one

It resolved for me after I upgraded to 0.90.2!

Thanks for all your effort!
image

So actually, we don’t really know why the error ocurred. At this point I’m to afraid to remove the custom component to try. lol

0.90.2 is definitely looking better for me too. Will test properly later.

I released a new version of adb-homeassistant (a dependency of androidtv) that doesn’t have pycryptodome as a requirement, so this should no longer be an issue.

1 Like