PiClock3
PiClock3 copied to clipboard
No module named 'yamlinclude'
pi@PyClock:~/PiClock3 $ python3 ./PyQtPiClock3.py
Traceback (most recent call last):
File "/home/pi/PiClock3/./PyQtPiClock3.py", line 6, in <module>
from PiClock3.PiClock3 import PiClock3
File "/home/pi/PiClock3/PiClock3/PiClock3.py", line 5, in <module>
from yamlinclude import YamlIncludeConstructor
ModuleNotFoundError: No module named 'yamlinclude'
Did you install all the required packages according to the readme? -> https://github.com/n0bel/PiClock3#:~:text=No%20detailed%20instructions%20have%20been%20created.%20Basic%20information%20follows.
@SerBrynden I installed the pre-reqs and got the same error.
PiClock3 isn't finished anyway. Try using https://github.com/SerBrynden/PiClock
PiClock3 isn't finished anyway. Try using https://github.com/SerBrynden/PiClock
Thanks @SerBrynden!