Closed dobosevych closed 1 month ago
Hey @dobosevych :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.
it was scheduled to removed
pycurl might have usage in kombu most probably
but it isn't in any dependencies already should I help with code cleaning?
boto sqs?
pip install kombu
>>> from kombu.asynchronous.http.curl import CurlClient
>>> c = CurlClient()
will lead to an error. This I suppose should be fixed or cleaned. What is your suggestion?
https://github.com/celery/kombu/issues/737 check this please
Why does kombu needs pycurl but doesn't specify this in requirements? Can someone please help with this. Thank you.
check this out, please. https://github.com/celery/kombu/pull/2134 and see if it works for your needs (planned to be in v5.5
)
CurlClient isn't used anymore and it is broken for a lot of time, so probably can be removedhttp/curl.py. There are several reasons for that
pycurl
that isn't in any dependencies, so on next code we will receive an errorIn any case code could be at least cleaned