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
macOS, Python 3.11, homebrew. FYI I did pipx install monome-druid and it snuck druid in ~/.local/bin. Once pip3 uninstall monome-druid and the one from pipx is the only one in which -a, it runs fine. Just a data point.
Additionally druid via pipx also make my earlier, pesky
ModuleNotFoundError: No module named 'prompt_toolkit.eventloop.defaults'
go away. That was a dependency race condition between druid and jupyter, which I had a local, dorky little workaround for. For a contained application pipx seems like the better way... for interactive python thing (like Jupyter) i rather just interact with my globally installed libraries via the usual pip3 and not contain them in a menagerie of virtual environments.
recent linux install requires python-pipx rather than python-pip3 --- checking macos now
simple doc update
The text was updated successfully, but these errors were encountered: