Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python library installed with uv as editable is not editable #1642

Open
robert-elles opened this issue Dec 14, 2024 · 0 comments
Open

Python library installed with uv as editable is not editable #1642

robert-elles opened this issue Dec 14, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@robert-elles
Copy link

Hello,

a local python library installed with uv as editable is not editable.

I added my local library to the project with uv add library --editable. Then uv lock and sync installed it and made the library useable in the venv. But once I make edits in the library they are not recognized in the venv.

The configuration in the devenv.nix looks like this:

  languages.python = {
    enable = true;
    venv.enable = true;
    uv = {
      enable = true;
      package = pkgs.uv;
    };
  };
@robert-elles robert-elles added the bug Something isn't working label Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant