kombu icon indicating copy to clipboard operation
kombu copied to clipboard

Pyro4 seems to be discontinued

Open mgorny opened this issue 2 years ago • 6 comments

According to https://github.com/irmen/Pyro4/issues/246 Pyro4 won't be fixed for Python 3.11. Upstream says to use Pyro5 instead.

mgorny avatar Feb 15 '23 13:02 mgorny

Hey @mgorny :wave:, Thank you for opening an issue. We will get back to you as soon as we can. Also, check out our Open Collective and consider backing us - every little helps!

We also offer priority support for our sponsors. If you require immediate assistance please consider sponsoring us.

thanks for the report.

auvipy avatar Feb 16 '23 06:02 auvipy

https://github.com/celery/kombu/pull/1655, the cpython tests seem to be working. pypy is not working with another package

auvipy avatar Feb 16 '23 08:02 auvipy

The transport is still relying on pyro4, which breaks t/unit/transport/test_pyro.py.

https://github.com/celery/kombu/blob/5636900bea7f910e72da9227b1b08699e9255efe/kombu/transport/pyro.py#L46-L51

mweinelt avatar Mar 24 '23 21:03 mweinelt

thanks for report. you can contribute here, if you can't i will fix it

auvipy avatar Mar 25 '23 08:03 auvipy

kombu-pyro.txt

seems this would fix it

hsk17 avatar Apr 20 '23 16:04 hsk17