03-27-2020, 08:37 PM
(This post was last modified: 03-27-2020, 08:38 PM by TheOldPresbyope.)
@Lttlwing16
There are two Python interpreters (and associated libraries) present in Raspbian.
Python 2 (in Raspbian 10) is currently at rev 2.7.16 as you found. Unfortunately, Python 2 reached end-of-life status at the beginning of this year and no one should be writing new code for it.
Python 3 is currently at rev 3.7.3.
Apparently the gmusic service builder has to be made consistent with Python 3.
It may be as simple as changing the setting of the default interpreter but I don't have time to look at this ATM.
Regards,
Kent
There are two Python interpreters (and associated libraries) present in Raspbian.
Python 2 (in Raspbian 10) is currently at rev 2.7.16 as you found. Unfortunately, Python 2 reached end-of-life status at the beginning of this year and no one should be writing new code for it.
Python 3 is currently at rev 3.7.3.
Apparently the gmusic service builder has to be made consistent with Python 3.
It may be as simple as changing the setting of the default interpreter but I don't have time to look at this ATM.
Regards,
Kent