Jan-07-2021, 02:25 AM
Hi,
while trying to install a python program (Trelby) on Alpine Linux, I get the following error message:
$ sudo python setup.py install
File "setup.py", line 40
print(line, end=' ')
^
SyntaxError: invalid syntax
Could anyone shed some light as to what the code error is and how could i fix it?
Thanks.
while trying to install a python program (Trelby) on Alpine Linux, I get the following error message:
$ sudo python setup.py install
File "setup.py", line 40
print(line, end=' ')
^
SyntaxError: invalid syntax
Could anyone shed some light as to what the code error is and how could i fix it?
Thanks.