Ubuntu 16.04 / python 3.7: upgrading after years and get Syntax Error when trying to start up the new version
Posted: November 29th, 2021, 6:13 am
I am on the older Ubuntu LTS version and did read that 3,7 was needed after 2,9,4 I think the version I was on. So I have installed 3,7,10, anyway here's my output and upgrade method.
~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16,04,7 LTS
Release: 16,04
Codename: xenial
~$ python3,7 --version
Python 3,7, 10
self._size: int = size
^
SyntaxError: invalid syntax
I'm not trying to post URL but not sure how to make it work so this is just the tidbit that is the error when I'm trying to start up the sabnzbd service by invoking it from the init.d folder inside etc. Performed with sudo.
Thanks in advance for any assistance.
~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16,04,7 LTS
Release: 16,04
Codename: xenial
~$ python3,7 --version
Python 3,7, 10
self._size: int = size
^
SyntaxError: invalid syntax
I'm not trying to post URL but not sure how to make it work so this is just the tidbit that is the error when I'm trying to start up the sabnzbd service by invoking it from the init.d folder inside etc. Performed with sudo.
Thanks in advance for any assistance.