-
Notifications
You must be signed in to change notification settings - Fork 66
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
Bug: doesn't work without pip installed #842
Comments
Thanks for the detailed report! I greatly appreciate it. What's happening here is a little subtle: it's not that You can see that here: https://github.com/di/pip-api/blob/d83552d21e4309900e8f99bea68777bc0dc61b8a/pip_api/__init__.py#L9 In the case of I need to think a bit about how best to handle this: we could in theory specialize a bit for TL;DR: you've hit a bug, and I need to think a bit about how to fix it 🙂 |
thanks for the reply
imo this mindset sounds detrimental to the project. tbh i see uv completely replacing pip, i think its a good idea to support it. i hope it becomes the standard/official tool at some point in the future, so i think it makes sense to support it officially |
The project doesn't have an ego. If With that being said, I agree that we should support it officially, but we're going to do that in a way that doesn't require vendor-specific adaptations. |
#884 is a variant of this: |
Pre-submission checks
Expected behavior
i use uv instead of pip to manage my dependencies. from my understanding based on the documentation of the following command line arguments, using pip-audit without pip is supported:
however when i attempt to use this argument, pip-audit still seems to try to use pip
Actual behavior
Reproduction steps
Logs
No response
Additional context
No response
OS name, version, and architecture
windows 11
pip-audit version
2.7.3
pip version
n/a
Python version
3.12
The text was updated successfully, but these errors were encountered: