-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
The pyros_interfaces_ros package is failing to build. I believe that there's a python dependency that has changed to default to python3 and will need to be pinned to an older version that supports python2 to keep working.
For example: http://build.ros.org/job/Kbin_uX32__pyros_interfaces_ros__ubuntu_xenial_i386__binary/13/
16:07:43 Collecting more-itertools>=4.0.0 (from pytest>=2.9.1->pyzmp>=0.0.17->pyros-interfaces-ros==0.4.2)
16:07:43 Downloading https://files.pythonhosted.org/packages/67/4a/16cb3acf64709eb0164e49ba463a42dc45366995848c4f0cf770f57b8120/more-itertools-8.4.0.tar.gz (83kB)
16:07:43 Complete output from command python setup.py egg_info:
16:07:43 Traceback (most recent call last):
16:07:43 File "<string>", line 1, in <module>
16:07:43 File "/tmp/pip-build-YojELt/more-itertools/setup.py", line 5, in <module>
16:07:43 from more_itertools import __version__
16:07:43 File "more_itertools/__init__.py", line 1, in <module>
16:07:43 from .more import * # noqa
16:07:43 File "more_itertools/more.py", line 161
16:07:43 ) from e
16:07:43 ^
16:07:43 SyntaxError: invalid syntax
This is the only known regression in Kinetic for the pending sync. https://discourse.ros.org/t/preparing-for-kinetic-sync-2020-08-20/16002
If it's not resolved we will remove it before the sync next week.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels