Skip to content
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

Surface Pip dependency conflict information. #1162

Merged
merged 1 commit into from
Jan 5, 2021

Conversation

jsirois
Copy link
Member

@jsirois jsirois commented Jan 5, 2021

Unfortunately, the useful information is sent to stdout which we suppress
since stdout is used to emit alot of other information that would be noise
for Pex users. Until pypa/pip#9420 is resolved
we work around this by plucking the information out of a --log file.

Fixes #1159

Unfortunately, the useful information is sent to stdout which we suppress
since stdout is used to emit alot of other information that would be noise
for Pex users. Until pypa/pip#9420 is resolved
we work around this by plucking the information out of a --log file.

Fixes pex-tool#1159
@jsirois jsirois requested a review from Eric-Arellano January 5, 2021 01:29
@jsirois jsirois merged commit e6efea1 into pex-tool:master Jan 5, 2021
@jsirois jsirois deleted the issues/1159 branch January 5, 2021 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using --resolver-version=pip-2020-resolver yields poor dependency conflict information.
2 participants