I downloaded the files from github to my raspi, but I can't get them to work, everything is configured as in the readme:
pi@iob1:~/MTEC-API $ python3 MTEC_client.py
Traceback (most recent call last):
File "/home/pi/MTEC-API/MTEC_client.py", line 6, in <module>
from config import cfg
File "/home/pi/MTEC-API/config.py", line 3, in <module>
import yaml
ModuleNotFoundError: No module named 'yaml'`_
What am I doing wrong?
Many greetings M
I downloaded the files from github to my raspi, but I can't get them to work, everything is configured as in the readme:
What am I doing wrong?
Many greetings M