Hello. I am unable to upgrade past python 3.6.9, even though I have tried multiple methods (some of which created other problems!) I am reluctant to ‘install it manually’ (build using source tarball from Python.org) – I will expand on this later.
I am using GalliumOS (linux for chromebooks), based on Ubuntu 18.04 (bionic). YES, I know it is old but GalliumOS has not been updated (depreciated?), and it is the version of linux that works on my Chromebook. Right now, GalliumOS works FINE except that I can’t install python past 3.6.9
I think that I cannot install any higher versions of python since it is not part of the Bionic repositories. I tried using deadsnakes repositories, but no luck. This is what I see when I try to sudo apt install python3.9:
E: Unable to locate package python3.9
E: Couldn't find any package by glob 'python3.9'
E: Couldn't find any package by regex 'python3.9'
whereis -b python gives me:
python: /usr/bin/python3.6-config /usr/bin/python3.6m-config /usr/bin/python3.6 /usr/bin/python2.7 /usr/bin/python /usr/bin/python3.6m /usr/bin/python2.7-config /usr/lib/python3.7 /usr/lib/python3.6 /usr/lib/python2.7 /usr/lib/python3.8 /etc/python3.6 /etc/python2.7 /etc/python3.8 /etc/python /usr/local/lib/python3.6 /usr/local/lib/python2.7 /usr/include/python3.6 /usr/include/python2.7 /usr/include/python3.6m /usr/share/python
I have been having problems installing modules for python (eg. pygame, and even a problem with PIP). I don’t know if this is related to my current problem.
I had a heck of a time fixing the problems mentioned above (and I am still not sure why/how I did it). It is working right now, and i am reluctant to ‘screw’ with my system in case it gets messed up again. That is why I am reluctant to install 3.13 from tarball. (Do I need to install other versions first, or can I jump right to 3.13? Will this override the other versions installed? Will this installation mess with my current setup?)
Any suggestions??