Advertisement
Guest User

DillonLog

a guest
Jul 16th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. pi@raspberrypi:~/Pi-Sensor/app $ sudo python3 main.py
  2. Traceback (most recent call last):
  3. File "main.py", line 4, in <module>
  4. from register import *
  5. File "/home/pi/Pi-Sensor/app/register.py", line 2, in <module>
  6. import yaml
  7. ModuleNotFoundError: No module named 'yaml'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement