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

fedmsg-migration-tools cannot import name 'FedoraMessagingService' from 'fedora_messaging.twisted.service' #23

Open
bella485 opened this issue May 25, 2023 · 2 comments

Comments

@bella485
Copy link

bella485 commented May 25, 2023

# fedmsg-migration-tools zmq_to_amqp --zmq-endpoint "tcp://fedoraproject.org:9940" --zmq-endpoint "tcp://release-monitoring.org:9940"

Traceback (most recent call last):
File "/root/.venv/bin/fedmsg-migration-tools", line 5, in
from fedmsg_migration_tools.cli import cli
File "/root/.venv/lib/python3.8/site-packages/fedmsg_migration_tools/cli.py", line 30, in
from . import bridges as bridges_module, config, verify_missing as verify_missing_module
File "/root/.venv/lib/python3.8/site-packages/fedmsg_migration_tools/verify_missing.py", line 23, in
from fedora_messaging.twisted.service import FedoraMessagingService
ImportError: cannot import name 'FedoraMessagingService' from 'fedora_messaging.twisted.service' (/root/.venv/lib/python3.8/site-packages/fedora_messaging/twisted/service.py)

I install fedora-messaging from epel as below:

# rpm -qa fedora-messaging
fedora-messaging-3.0.0-1.el8.noarch

I tried according this guide demo:
https://fedmsg-migration-tools.readthedocs.io/en/latest/migration/overview.html#demo

@James6xie
Copy link

Hi, it has been three years since the last update of this project. Is it considered abandoned?

@abompard
Copy link
Member

Hi! We are still running it in Fedora Infrastructure, but since it's supposed to ease a transition period between fedmsg and fedora-messaging, it will be retired when we drop fedmsg from our infra.
We only have a couple of apps left to migrate, so this may happen "soon". Maybe this year. It mainly depends on Fedora Badges being rewritten.

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

3 participants