uv
uv copied to clipboard
Issue while resolving versions of editable packages. `uv pip install -e {package}`
Steps to reproduce
- Install package A in editable mode
- Install package B that relay on package A in editable mode
Expected result: Packages A and B has been installed.
Actual result:
Audited 1 package in 3ms
uv pip install --prerelease=allow -e ecosystem/utils/ecosystem-utils-logging[test]
Audited 1 package in 4ms
uv pip install --prerelease=allow -e ecosystem/utils/ecosystem-utils-configuration[test]
Built file:///Users/moaddib/PycharmProjects/spaceship/ecosystem.python/ecosystem/utils/ecosystem-utils-configuration Built 1 editable in 829ms
× No solution found when resolving dependencies:
╰─▶ Because ecosystem-utils-logging==0.0.1a0 was not found in the package registry and ecosystem-utils-configuration==0.0.1a0 depends on ecosystem-utils-logging==0.0.1a0, we can conclude that
ecosystem-utils-configuration==0.0.1a0 cannot be used.
And because you require ecosystem-utils-configuration==0.0.1a0, we can conclude that the requirements are unsatisfiable.
make: *** [install] Error 1