You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I might be migrating own packages to a different build backend in part to work around this problem, but it would probably help folks using setuptools to make editable installs statically-discoverable.
The text was updated successfully, but these errors were encountered:
Problem description
Right now, Pixi uses
uv
's default settings for installing editable dependencies.However, these defaults cause problems with packages being discovered by Pylance when editing in VS Code. The solution appears to be to install in either
strict
orcompat
mode (https://github.com/microsoft/pylance-release/blob/main/TROUBLESHOOTING.md#editable-install-modules-not-found).uv
exposes a way to set this through itsconfig-settings
(https://docs.astral.sh/uv/reference/settings/#pip_config-settings), but I cannot find a way to set this setting for Pixi's usage ofuv
.I might be migrating own packages to a different build backend in part to work around this problem, but it would probably help folks using
setuptools
to make editable installs statically-discoverable.The text was updated successfully, but these errors were encountered: