Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyros_interfaces_ros fails to build #17

Open
tfoote opened this issue Aug 20, 2020 · 2 comments
Open

pyros_interfaces_ros fails to build #17

tfoote opened this issue Aug 20, 2020 · 2 comments

Comments

@tfoote
Copy link

tfoote commented Aug 20, 2020

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.

@asmodehn
Copy link
Member

asmodehn commented Aug 20, 2020 via email

tfoote added a commit to ros/rosdistro that referenced this issue Aug 20, 2020
They have regressed due to `more-itertools` 6.0.0 the new version dropping support for python2.
pyros-dev/pyros-rosinterface#17
@tfoote
Copy link
Author

tfoote commented Aug 20, 2020

Thanks for letting me know you won't have time. I'll pull it from the distro then. ros/rosdistro#26257

tfoote added a commit to ros/rosdistro that referenced this issue Aug 20, 2020
They have regressed due to `more-itertools` 6.0.0 the new version dropping support for python2.
pyros-dev/pyros-rosinterface#17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants