Hi, I bought a Pi-Lite today and installed Arrow, however, on running PiLiteWeather I get the following error:-
Traceback (most recent call last):
File "/home/pi/git/PiLite/Python_Examples/PiLiteWorldTime.py", line 2, in
import arrow
File "/usr/local/lib/python2.7/dist-packages/arrow/init.py", line 3, in
from .arrow import Arrow
File "/usr/local/lib/python2.7/dist-packages/arrow/arrow.py", line 19, in
from arrow import util, locales, parser, formatter
File "/usr/local/lib/python2.7/dist-packages/arrow/parser.py", line 12, in
from backports.functools_lru_cache import lru_cache # pragma: no cover
ImportError: No module named backports.functools_lru_cache
Could someone please give me a clue as to what's happened here?
Thanks
Hi, I bought a Pi-Lite today and installed Arrow, however, on running PiLiteWeather I get the following error:-
Traceback (most recent call last):
File "/home/pi/git/PiLite/Python_Examples/PiLiteWorldTime.py", line 2, in
import arrow
File "/usr/local/lib/python2.7/dist-packages/arrow/init.py", line 3, in
from .arrow import Arrow
File "/usr/local/lib/python2.7/dist-packages/arrow/arrow.py", line 19, in
from arrow import util, locales, parser, formatter
File "/usr/local/lib/python2.7/dist-packages/arrow/parser.py", line 12, in
from backports.functools_lru_cache import lru_cache # pragma: no cover
ImportError: No module named backports.functools_lru_cache
Could someone please give me a clue as to what's happened here?
Thanks