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
{{ message }}
This repository was archived by the owner on Sep 1, 2025. It is now read-only.
makePythonPypiEnvironment internally uses poetry to determine the full dependencies tree and outputs a source-able template and generates its own lock format.
But this brings some drawbacks:
pypi envs cannot be merged together into 1 python env. This causes that vscode settings util cannot be used to setup the full env plus brings some python env integration issues (same pkgs with diferent versions enabled)