johnbumgarner/wordhoard

Ratelimit module missing

johnbumgarner opened this issue · 1 comments

Version 1.5.0 uses deckar01-ratelimit. In the local development environment everything works fine, but when the recently version was pushed to PYPI and error was raised when using that version locally.

That error is:

from ratelimit import limits, RateLimitException
ModuleNotFoundError: No module named 'ratelimit'

An issue was open with the owner of deckar01-ratelimit to determine how to solve this issue.

NO ETA to FIX at the moment, so use Version 1.4.9 until a fix is issued.

It's unclear what caused this error. Creating a clean DEV environment and installing wordhoard in that environment solved the error.