Airthings / waveplus-reader

MIT License
133 stars 61 forks source link

Import error functools-lru-cache #29

Open ulrischa opened 2 years ago

ulrischa commented 2 years ago

Seems to be a python2 / python3 error when starting the script. Says import error functools-lru-cache. Workaround: sudo pip2 uninstall backports.functools-lru-cache sudo apt install python-backports.functools-lru-cache

mnobler commented 2 years ago

many thanks, it works