Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing VersionConflict and DistributionNotFound exceptions
These are due to packages being upgraded beyond what some depending package specifies (e.g. if you tend to do `pip list --outdated | xargs pip install --upgrade` or anything similar.) To deal with this, we ignore version requirement if VersionConflict. Not sure how we can end up in a DistributionNotFound scenario, but plenty of bug reports about it, so just ignoring those outright. Fixes invl#7, invl#9, invl#10, invl#11.
- Loading branch information