PiClock3 icon indicating copy to clipboard operation
PiClock3 copied to clipboard

No module named 'yamlinclude'

Open alexsalex opened this issue 1 year ago • 4 comments

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'

alexsalex avatar Oct 10 '24 21:10 alexsalex

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 avatar Oct 15 '24 02:10 SerBrynden

@SerBrynden I installed the pre-reqs and got the same error.

gamename avatar Dec 08 '24 18:12 gamename

PiClock3 isn't finished anyway. Try using https://github.com/SerBrynden/PiClock

SerBrynden avatar Dec 08 '24 18:12 SerBrynden

PiClock3 isn't finished anyway. Try using https://github.com/SerBrynden/PiClock

Thanks @SerBrynden!

gamename avatar Dec 08 '24 19:12 gamename