Have a raspberry pi3 with the official touch screen and trying to get the kivy-smoothie-host working. The Kivy examples are working.
Loaded KivyPie (v1.10.0) with the default Python 3.4.2.
Receiving error messages:
[Traceback (most recent call last):
File "main.py"' line 26, in <module>
from comms import Comms
File "/kivy-smoothie-host/comms.py", line 3, in <module>
import serial_asyncio
ImportError: No module named 'serial_asyncio']
The serial_asyncio file is installed at sysop@kivypie:/kivy-smoothie-host/pyserial-asyncio/serial_asyncio. Also installed at sysop@kivypie:/pyserial-asyncio/serial_asyncio.
I am new to Linux but there is some kind of settings/configuration file that is not correct. Does anyone know what I have wrong? Appreciate your help.