Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip3 -> pipx #86

Open
tehn opened this issue Dec 16, 2023 · 1 comment
Open

pip3 -> pipx #86

tehn opened this issue Dec 16, 2023 · 1 comment

Comments

@tehn
Copy link
Member

tehn commented Dec 16, 2023

recent linux install requires python-pipx rather than python-pip3 --- checking macos now

simple doc update

@xmacex
Copy link
Contributor

xmacex commented Mar 17, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants