04-25-2020, 07:42 PM
(04-25-2020, 07:17 PM)LaserGecko Wrote: I had to use this to get it to install, even after upgrading (so I thought) python. It was a fresh install from the current image.
sudo pip3 install gmusicapi
...
It would be great if the Info text was updated to reflect the above command or the python version in the image was changed.
Yup. This is an artifact of Raspbian being shipped with both Python 2 and Python 3 binaries and libraries, with /usr/bin/python linked to the latest Python 2.7.16 binary. I guess they do this because so many users' scripts would break if they changed it to link to the Python 3.7.3 binary. The same holds for pip and pip3.
I agree that the Info text should be updated.
You can always change the link yourself, or learn how to use the "update-alternatives" command.
Regards,
Kent