Show output for conflicting dependencies #222
GeeTransit
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Tried |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to test a package but its dependencies conflicted. The output doesn't show what was conflicting:
I'm able to check what's conflicting by making a temporary venv (I use
pew mktmpenv
) and runningpip install "sphinx-autodoc-typehints>=1.17.0" "sphinx-toolbox==2.18.3"
which outputs:It'd be more convenient to know the conflicting dependencies from the hatch command directly.
Here's a simple pyproject.toml to reproduce this:
Beta Was this translation helpful? Give feedback.
All reactions