Closed Sthing closed 4 years ago
After removing the two reference to Python 3.6 it installs just fine on my Raspberry Pi OS (from Debian buster) with Python 3.7:
$ python3 setup.py install --prefix=$HOME/.local/
Thank you very much for writing this module!
Makes perfect sense not to rely on one python version. Thanks!
After removing the two reference to Python 3.6 it installs just fine on my Raspberry Pi OS (from Debian buster) with Python 3.7:
$ python3 setup.py install --prefix=$HOME/.local/
Thank you very much for writing this module!