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
Originally I was alw installing from the git directory first and _after_that installing the "extras". I'm now trying to flip that around, but I keep getting a missing msgpack package issue:
$ poe format
Poe => ruff format
Traceback (most recent call last):
...
import msgpack
ModuleNotFoundError: No module named 'msgpack'
I can fix it by a manual pip install msgback of course, but I'd like to understand why this is not installed by my setup procedure. Thanks for any hints! :-)
I'm on a rather current macOS with and Apple Silicon chip. Might have something to do with that?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This kind of haunts me since a while. I install beets from git and plugins with poetry install. What am I doing wrong in my setup procedure?
Originally I was alw installing from the git directory first and _after_that installing the "extras". I'm now trying to flip that around, but I keep getting a missing msgpack package issue:
I can fix it by a manual
pip install msgback
of course, but I'd like to understand why this is not installed by my setup procedure. Thanks for any hints! :-)I'm on a rather current macOS with and Apple Silicon chip. Might have something to do with that?
Beta Was this translation helpful? Give feedback.
All reactions