Using XBian on Raspberry Pi 3. I have an addon for Kodi that requires Python v3.8 or later, while the Xbian for Raspberry installation only has 3.7.
I installed Python 3.9 and updated the alternatives, so when I go "python -V" it properly says 3.9.2. However, Kodi obviously still uses 3.7:
Error Contents: cannot import name 'cached_property' from 'functools' (/usr/lib/python3.7/functools.py)
In /usr/lib/, I only see the python3.7 folder, and nothing for python3.9. What am I doing wrong? How do I force python to install the 3.9 libs? Thanks!