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 was archived by the owner on Jan 13, 2026. It is now read-only.
I've installed with pipenv. When I try to from mood import MessageQueue I get a ImportError: cannot import name 'MessageQueue' from 'mood' (unknown location) error.
a dir(mood) also only yields ['__doc__', '__file__', '__loader__', '__name__', '__package__', '__path__', '__spec__'] as being in the mood package.
Can you please point me in the right direction? This isn't behaving in ways with which I'm familiar.