Broadlink RM Mini 3 [could not install dependency]

Hello,
I got a Broadlink RM Mini 3. I was configure it correctly but i get this error:

17-01-26 14:52:09 homeassistant.bootstrap: Not initializing switch.broadlink because could not install dependency broadlink==0.3

Any help?

What operative system are you using?

Raspberry pi all in one installer and HA .36.1

Hmm, strange.
Try to enable the virtual environment, and then pip install broadlink==0.3

I did and i get this error:

Traceback (most recent call last):
File “/srv/hass/hass_venv/bin/pip”, line 7, in
from pip import main
File “/srv/hass/hass_venv/lib/python3.4/site-packages/pip/init.py”, line 2 1, in
from pip._vendor.requests.packages.urllib3.exceptions import DependencyWarni ng
File “/srv/hass/hass_venv/lib/python3.4/site-packages/pip/_vendor/requests/i nit.py”, line 62, in
from .packages.urllib3.exceptions import DependencyWarning
File “/srv/hass/hass_venv/lib/python3.4/site-packages/pip/_vendor/requests/pac kages/init.py”, line 27, in
from . import urllib3
File “/srv/hass/hass_venv/lib/python3.4/site-packages/pip/_vendor/requests/pac kages/urllib3/init.py”, line 8, in
from .connectionpool import (
File “/srv/hass/hass_venv/lib/python3.4/site-packages/pip/_vendor/requests/pac kages/urllib3/connectionpool.py”, line 35, in
from .connection import (
File "/srv/hass/hass_venv/lib/python3.4/site-packages/pip/vendor/requests/pac kages/urllib3/connection.py", line 44, in
from .util.ssl
import (
File “/srv/hass/hass_venv/lib/python3.4/site-packages/pip/_vendor/requests/pac kages/urllib3/util/init.py”, line 15, in
from .timeout import (
File “”, line 2237, in _find_and_load
File “”, line 2226, in _find_and_load_unlocked
File “”, line 1200, in _load_unlocked
File “”, line 1129, in _exec
File “”, line 1467, in exec_module
File “”, line 1570, in get_code
File “”, line 656, in _compile_bytecode
ValueError: bad marshal data (invalid reference)

You have a corrupt pyc file.

Some relevante info here:

This solves the problem.
A+++ support! Thank you!