-
Notifications
You must be signed in to change notification settings - Fork 74
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
[PM-1902] Pika problem on RHEL 9 - Bump the version to 1.2.1 also #2015
Comments
Author: @vahi assigned to george, since he did the move to PIKA amqp connector |
Author: @papajim I did a quick search and came across this article. https://developers.redhat.com/articles/2022/06/07/thousands-pypi-and-rubygems-rpms-now-available-rhel-9 I pulled rockylinux:9.1 from docker hub and tested the following sequence of commands and it seems to work. dnf install 'dnf-command(copr)'dnf copr enable @copr/PyPI epel-9-x86_64dnf install python-pika@rynge Can you please check if this is an acceptable solution. If it's not maybe we can revert back to rely on our external packages. |
Author: @rynge Awesome! I spent way more time than I want to admin trying to figure out what happened to the package. This will work great. I will update the docs and close this. |
Author: @papajim @rynge Rajiv brought up an issue with ARM builds. Maybe we could just revert back relying to our externals? |
Author: @vahi Do we need to support RHEL9. RHEL9 is a platform that we would need to support in general. But do we need to support it for ARM architecture. Pika is only built for x86_64 by default. |
Author: @vahi @papajimwill bump the version for pika to 1.2.1 |
The pika package is not available in RHEL 9. We need to explore if this was moved to another repo, or just removed.
The RPM spec file needs to be updated for Pegasus to be installable.
Reporter: @rynge
Watchers:
@papajim
@rynge
@vahi
The text was updated successfully, but these errors were encountered: