You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3.5 is the default python version installed on debian 9 i.e. apt-get -y install python3. Python 3.5 has reached end of life (13/09/2021)
To install Python 3.6, this will have to be done from source. Making the installation instructions more complicated than needed.
Security support has stopped for Debian 9 see https://endoflife.date/debian
Probably even more impactful is the upcoming EOL of Python 3.6 (https://endoflife.date/python). We already saw some of the effect with many of the packages now supported the last three minor releases. I assume this will need to get captured and force a wider discussion around supported platforms.
Probably even more impactful is the upcoming EOL of Python 3.6 (https://endoflife.date/python). We already saw some of the effect with many of the packages now supported the last three minor releases. I assume this will need to get captured and force a wider discussion around supported platforms.
Yes this is a problem, excepting Debian 10, 3.6 is installed by default when installing Python 3 in all OS.
Python 3.5 is the default python version installed on debian 9 i.e.
apt-get -y install python3
. Python 3.5 has reached end of life (13/09/2021)To install Python 3.6, this will have to be done from source. Making the installation instructions more complicated than needed.
Security support has stopped for Debian 9 see https://endoflife.date/debian
Installation of OMERO on Debian 9 should be removed from the list of operating systems See https://docs.openmicroscopy.org/omero/5.6.3/sysadmins/unix/server-installation.html
cc @sbesson @joshmoore
Repositories to update:
Edit: Support for Debian11 should be considered. This is outside the scope of this issue
The text was updated successfully, but these errors were encountered: