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
The problem with this tool is that it doesn't install packages.
When using this tool for existing Python repos , most of the repos would contain some requirements.txt file or the like.
However the tool will not install these packages as part of creating the venv.
Given the tools job is to ensure the Python env is configured and setup for use in the workspace, I think there's some work to be done here.