You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.
Python 3.11.1 (main, Dec 7 2022, 08:49:13) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import ratelimiter
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/andreas/debian-maintain/salsa/python-team/packages/python-ratelimiter/ratelimiter.py", line 36, in <module>
class RateLimiter(object):
File "/home/andreas/debian-maintain/salsa/python-team/packages/python-ratelimiter/ratelimiter.py", line 127, in RateLimiter
__aexit__ = asyncio.coroutine(__exit__)
^^^^^^^^^^^^^^^^^
AttributeError: module 'asyncio' has no attribute 'coroutine'. Did you mean: 'coroutines'?
Kind regards, Andreas.
The text was updated successfully, but these errors were encountered:
Hi,
as reported in the Debian bug tracking system ratelimiter does not work with python3.11:
Kind regards, Andreas.
The text was updated successfully, but these errors were encountered: