Skip to content

Conversation

@tropappar
Copy link
Contributor

Please update the following dependencies in the rosdep database.

Package name:

  • python3-grpcio / grpcio
  • python3-grpc-tools / grpcio-tools

Package Upstream Source

Purpose of using this

The update is needed because the APT version is outdated. See this protobuf issue.

Links to Distribution Packages

@tropappar tropappar requested a review from a team as a code owner January 8, 2026 10:40
@github-actions github-actions bot added the rosdep Issue/PR is for a rosdep key label Jan 8, 2026
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for sending a pull request to ROS distro!

This is an automated tool that helps check your pull request for correctness.
This tool checks a number of attributes associated with your ROS package and generates a report that helps our reviewers merge your pull request in a timely fashion. Here are a few things to consider when sending adding or updating a package to ROS Distro.
ROS Distro includes a very helpful CONTRIBUTING.md file that we recommend reading if it is your first time submitting a package.
Please also read the ROS Distro review guidelines which summarizes this release process.

ROS Distro Considerations

Package Considerations

Having your package included in a ROS Distro is a badge of quality, and we recommend that package developers strive to create packages of the highest quality. We recommend package developers review the following resources before submitting their package.

Need Help?

Please post your questions to Robotics Stack Exchange or refer to the #infra-help channel on our Discord server.


For changes related to rosdep:

  • ✅ Platforms for new rosdep rules are valid
  • ✅ Installers for new rosdep rules are valid

For changes related to yamllint:

  • ✅ All new lines of YAML pass linter checks

@tropappar
Copy link
Contributor Author

The gRPC packages depend on python3-typing-extensions / typing_extensions which are already installed as a dependency by several ROS packages (e.g. launch-ros).

So, one need to run rosdep with the PIP ignore installed option:

 export PIP_IGNORE_INSTALLED=1

@mjcarroll
Copy link
Member

Unfortunately, this change goes against our policy. We use the distribution versions (e.g., via apt) whenever possible, as it is impossible to create Debian packages against versions that come from external packaging tools like pip. It is ultimately up to the upstream Debian/Ubuntu maintainers to package recent versions of grpc.

Alternatively, if you require a newer version for a specific non-packaging workflow, we could consider adding an explicit -pip key (e.g. python3-grpcio-pip), but the standard keys must resolve to the system packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rosdep Issue/PR is for a rosdep key

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants