Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Support environment lacks pip #85

Open
T-256 opened this issue Jan 27, 2024 · 1 comment
Open

Support environment lacks pip #85

T-256 opened this issue Jan 27, 2024 · 1 comment

Comments

@T-256
Copy link

T-256 commented Jan 27, 2024

I use Rye as python project manager, One if its features is:

  • No Default Dependencies: the virtualenvs when they come up are completely void
    of dependencies. Not even pip or setuptools are installed into it. Rye
    manages the virtualenv from outside the virtualenv.

Which then vscode-python-manager extension unable to manage packages in venvs created by Rye.

@T-256
Copy link
Author

T-256 commented Jun 7, 2024

I think the solution would be instead of relying on environment's specific pip/pkg-manager, use unified external pkg-manager.
I'd recommend that this extension have bundled UV tool inside itself for this purpose.

@joamatab joamatab mentioned this issue Nov 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant