pip install --fail-on-missing-deps #3261
Labels
auto-locked
Outdated issues that have been locked by automation
type: enhancement
Improvements to functionality
I'd like to suggest a flag that would prevent installation of any dependencies (like --no-deps) and fail if any dependency is missing (printing out the list of missing dependencies).
Use case: environments when most packages should be installed via another package manager, e.g. conda or $linuxdistro-packagemanager and some package is not available for that package manager, but I'd still like to install whichever dependencies I can using it.
The text was updated successfully, but these errors were encountered: