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

Conflict between colcon and setuptools_scm causing stderr messages #9

Open
brennand opened this issue Jul 19, 2024 · 1 comment
Open

Comments

@brennand
Copy link

There is an annoying aspect of using ROS with curobo when using the setuptools_scm pip package to check for version information: https://github.com/NVlabs/curobo/blob/main/src/curobo/__init__.py

When building with colcon, the following print statement always appears:

--- stderr: isaac_ros_apriltag_interfaces
ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any
---

This error occurs because it clashes with setuptools. I'm not sure what the best solution would be. Maybe the curobo package could check for setuptools_scm and issue a warning if it can't import it?

@HowardWhile
Copy link

HowardWhile commented Jan 8, 2025

I’ve encountered the same issue on my side as well.

image

Here is the related environment information:

  • Isaac ROS: v3.2.0
  • Isaac ROS cuMotion: v3.2.0
  • cuRobo: v0.7.5

Currently, the workaround is to run pip uninstall setuptools-scm to avoid the problem.

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