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

fix for msft python failing to detect pip packages due to pip needing… #8064

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 13, 2024

  1. fix for msft python failing to detect pip packages due to pip needing…

    … to be updated.
    
    in the StandardErrorLines it returns:
    
    "[notice] A new release of pip is available: 23.0.1 -> 24.3.1"
    "[notice] To update, run: C:\\Users\\bschnurr\\AppData\\Local\\Microsoft\\WindowsApps\\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\\python.exe -m pip install --upgrade pip"
    
    now we check for no packages found and error strings.
    if so we just set packages to null and it falls back to directory search to display instead.
    bschnurr committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d43e66e View commit details
    Browse the repository at this point in the history