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.
I've installed with pipenv. When I try to
from mood import MessageQueueI get aImportError: 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.