01-15-2023, 12:05 PM
unable to run
python pydPiper.py
installed git , docker seems to be installed fine but getting error
python pydPiper.py
installed git , docker seems to be installed fine but getting error
Code:
root@moode:/app# python pydPiper.py
GPIO not installed
Traceback (most recent call last):
File "pydPiper.py", line 23, in <module>
class music_controller(threading.Thread):
File "pydPiper.py", line 68, in music_controller
'localtime':moment.utcnow().timezone(pydPiper_config.TIMEZONE),
File "/usr/local/lib/python2.7/dist-packages/moment/core.py", line 81, in timezone
date = times.to_local(date, zone)
File "/usr/local/lib/python2.7/dist-packages/times/__init__.py", line 61, in to_local
'First argument to to_local() should be a universal time.'
ValueError: First argument to to_local() should be a universal time.