octopus-agile-pi-prices
octopus-agile-pi-prices copied to clipboard
Error - AttributeError: 'module' object has no attribute 'timezone'
Hi all I seem to have an issue running the code:
Traceback (most recent call last):
File "octoprice_main_inky.py", line 33, in
I believe python installed correctly
Off the top of my head I think this is because you're running python 2 instead of python 3. If you have python3 installed then try python3 instead of python at the command line (eg "python3 octoprice_main_inky.py")
It gets me too, every time.