Skip to content

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

@moaddib666

Description

@moaddib666

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions