uv icon indicating copy to clipboard operation
uv copied to clipboard

Issue while resolving versions of editable packages. `uv pip install -e {package}`

Open moaddib666 opened this issue 1 year ago • 0 comments

Steps to reproduce

  1. Install package A in editable mode
  2. 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

moaddib666 avatar Feb 16 '24 10:02 moaddib666