pypy3-lib-testsuite: installation results in SyntaxError

Bug #1955077 reported by Heinrich Schuchardt
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
pypy3 (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

On an armhf system (Raspberry Pi4) with package python3.10 installed:

sudo apt-get install pypy3-lib-testsuite

running pypy3 rtupdate hooks for 7.3
Failed to byte-compile /usr/lib/python3/dist-packages/softwareproperties/extendedsourceslist.py: File "/usr/lib/python3/dist-packages/softwareproperties/extendedsourceslist.py", line 436
    def __init__(self, sourceslist=None, /, files=None):
                                         ^
SyntaxError: invalid syntax (expected ')')

I would not expect a syntax error in an installation script.

Best regards

Heinrich

Revision history for this message
Heinrich Schuchardt (xypron) wrote :

Distro is jammy

Revision history for this message
Stefano Rivera (stefanor) wrote :

This isn't a serious failure, just a failure to byte-compile a single file, that isn't parseable by pypy3. It's using the new positional-only parameters, which appeared in Python 3.8, but pypy3 is still targetting Python 3.7.

You can safely ignore this.

Changed in pypy3 (Ubuntu):
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.