-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Add python3-streamz to rosdep/python.yaml #43502
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like this package is available as system packages. Please use those instead of pip
entries.
Key 'python3-streamz' might be satisfied by debian package named 'python3-streamz': https://packages.debian.org/bookworm/python3-streamz
Key 'python3-streamz' might be satisfied by opensuse package named 'python3-streamz': https://software.opensuse.org/package/python-streamz
There's also the package for Tumbleweed but I don't know how to add it ( |
What is preferred, should I rebase and squash or simply push a new commit? |
Either one is fine. We'll end up squashing it in the end. |
Signed-off-by: Gaël Écorchard <[email protected]>
bionic: | ||
pip: | ||
packages: [streamz] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bionic is EOL, so we don't need to add it:
bionic: | |
pip: | |
packages: [streamz] |
debian: | ||
bookworm: [python3-streamz] | ||
bullseye: [python3-streamz] | ||
ubuntu: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ubuntu: | |
opensuse: [python3-streamz] | |
ubuntu: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
python3-streamz
is only available as experimental package if I understand correctly. Moreover, on Tumbleweed it is available as python-streamz
.
Please add the following dependency to the rosdep database.
Package name:
python3-streamz
: Pipelines to manage continuous streams of dataPackage Upstream Source:
https://github.com/python-streamz/streamz/
Purpose of using this:
We use
streamz
to apply a sliding window average on raw input data for logging and user interface.Distro packaging links:
Links to Distribution Packages