VersionConflict error should report information about who is requiring the package in question #268
Comments
Original comment by msabramo (Bitbucket: msabramo, GitHub: msabramo): Here's a PR that attempts to solve this issue: https://bitbucket.org/pypa/setuptools/pull-request/89/make-versionconflict-report-who-is/diff |
Original comment by msabramo (Bitbucket: msabramo, GitHub: msabramo): Looks like the original origin of that comment goes back to https://bitbucket.org/pypa/setuptools/commits/ba233d2c9c809d8b2d75e7036f443691c03fda20#chg-pkg_resources.py in 2005. Probably P.J. Eby? |
Original comment by msabramo (Bitbucket: msabramo, GitHub: msabramo): Coolness. This seems to have debuted in the newly released setuptools 6.1 - https://pypi.python.org/pypi/setuptools/6.1#id1 |
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally reported by: msabramo (Bitbucket: msabramo, GitHub: msabramo)
Current
VersionConflict
error looks like this:What I'd like is to know is which package is requiring a different version of the package from what I have currently installed -- e.g.:
PR: https://bitbucket.org/pypa/setuptools/pull-request/89/make-versionconflict-report-who-is/diff
Cc: @sontek, @aconrad, @sudarkoff
The text was updated successfully, but these errors were encountered: