How to make rpi_gpio work?

Hello,

I installed hass.io and now I can’t make rpi_gpio work. Was anybody able to make rpi_gpio work?

I’m getting:

2017-08-09 10:48:44 ERROR (MainThread) [homeassistant.setup] Error during setup of component rpi_gpio
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/homeassistant/setup.py", line 194, in _async_setup_component
    component.setup, hass, processed_config)
  File "/usr/lib/python3.6/asyncio/futures.py", line 331, in __iter__
    yield self  # This tells Task to wait for completion.
  File "/usr/lib/python3.6/asyncio/tasks.py", line 244, in _wakeup
    future.result()
  File "/usr/lib/python3.6/asyncio/futures.py", line 244, in result
    raise self._exception
  File "/usr/lib/python3.6/concurrent/futures/thread.py", line 55, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/lib/python3.6/site-packages/homeassistant/components/rpi_gpio.py", line 23, in setup
    import RPi.GPIO as GPIO
ModuleNotFoundError: No module named 'RPi'

Will work with next Home-Assistant update