We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Am having an issue when trying to install it on macOS. I have the following requirements versions installed:
When I run wrench, I get the following error :
wrench
zsh: /Users/chameau/.local/bin/wrench: bad interpreter: /Users/chameau/.local/pipx/venvs/passbolt-wrench/bin/python: no such file or directory
How can I fix it ?
The text was updated successfully, but these errors were encountered:
Probably related: pypa/pipx#146
My guess is that you installed pipx and then upgraded your Python version. Try to run rm -rf ~/.local/pipx and try reinstalling wrench with pipx.
rm -rf ~/.local/pipx
Sorry, something went wrong.
No branches or pull requests
Am having an issue when trying to install it on macOS. I have the following requirements versions installed:
When I run
wrench
, I get the following error :How can I fix it ?
The text was updated successfully, but these errors were encountered: