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
In version 1.6.0, the following command cannot be used
Describe the bug
In version 1.6.0, the following command cannot be used.
pipx inject ansible-core --force ansible
error: unrecognized arguments: ansible
While adjusting the order can work
pipx inject ansible-core ansible --force
But this will create compatibility issues, the current way used in devcontainers is
features/src/pipx-package/install.sh at 9a1d24b27b2d1ea8916ebe49c9ce674375dced27 · devcontainers-contrib/features
[Bug]: Failed to build ansible feature · Issue #607 · devcontainers-contrib/features (github.com)
This is related to HIGH: pipx install --global order broken in 1.6.0 · Issue #1443 · pypa/pipx
The text was updated successfully, but these errors were encountered:
Probably it's because of the change of this line: https://github.com/pypa/pipx/pull/1252/files#diff-be12955f38ede5e93b9a5868a5c13533b561c74acc9686d2e886cc9428148e32R519
Sorry, something went wrong.
Seems there is no easy solution for back-compatibility while keeping the --requirement feature. :-(
--requirement
No branches or pull requests
In version 1.6.0, the following command cannot be used
Describe the bug
In version 1.6.0, the following command cannot be used.
While adjusting the order can work
But this will create compatibility issues, the current way used in devcontainers is
features/src/pipx-package/install.sh at 9a1d24b27b2d1ea8916ebe49c9ce674375dced27 · devcontainers-contrib/features
[Bug]: Failed to build ansible feature · Issue #607 · devcontainers-contrib/features (github.com)
This is related to HIGH: pipx install --global order broken in 1.6.0 · Issue #1443 · pypa/pipx
The text was updated successfully, but these errors were encountered: