On 3/1/21 9:18 PM, Peter Vollan wrote:
I just did that and it did not solve the problem. It has something to do
with the starred expression.
Yes, and the something is that it was invalid syntax before python 3.5.
Perhaps you installed 3.5, but "/usr/bin/python3" is not linked to that
version?
--
bkw
On Mon, 1 Mar 2021 at 17:46, Brian K. White <b.kenyo...@gmail.com
<mailto:b.kenyo...@gmail.com>> wrote:
On 3/1/21 5:22 PM, Kurt McCullum wrote:
> SyntaxError: can use starred expression only as assignment target
Simply Googling the error message suggests you need Python 3.5 or later.
Which means in the source Kurt should update debian/control in his
source to say
Depends: python3 (>= 3.5),python3-serial
and generate a new .deb
For now, for you, just manually get python 3.5 or later.
--
bkw
--
bkw