You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ uv add httpie==2
× No solution found when resolving dependencies for split (python_full_version >= '3.10'):
╰─▶ Because httpie==2.0.0 depends on requests>=2.22.0 and your project depends on httpie==2, we can conclude that your project depends on requests>=2.22.0.
And because your project depends on requests==1, we can conclude that your project's requirements are unsatisfiable.
help: If you want to add the package regardless of the failed resolution, provide the `--frozen` flag to skip locking and syncing.
Because httpie==2.0.0 depends on requests>=2.22.0 and your project depends on httpie==2, we can conclude that your project depends on requests>=2.22.0.
Our project doesn't depend on httpie==2 yet, we're trying to add it. Under the hood, we add it as a dependency and solve — but we could special case the added packages .
It'd also be nice to avoid repeating a clause with mixed representations of the version "httpie==2.0.0" and "httpie==2". This might be hard though.
The text was updated successfully, but these errors were encountered:
This example from https://www.bitecode.dev/p/a-year-of-uv-pros-cons-and-should is chosen to demonstrate our resolver error messages, but honestly I think it's not great :)
Our project doesn't depend on
httpie==2
yet, we're trying to add it. Under the hood, we add it as a dependency and solve — but we could special case the added packages .It'd also be nice to avoid repeating a clause with mixed representations of the version "httpie==2.0.0" and "httpie==2". This might be hard though.
The text was updated successfully, but these errors were encountered: