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

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 join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant