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

Rename pip._internal.distributions.{source -> sdist} #7621

Merged

Commits on Jan 21, 2020

  1. Rename pip._internal.distributions.{source -> sdist}

    Certain environments seem to be leaving behind empty folders in this
    directory -- There was an older pip release that included a source/
    folder here which isn't getting deleted for some reason. I have not
    figured out the root cause why this happens yet. This is resulting in
    ImportErrors since Python imports have a higher precedence for packages
    compared to modules.
    
    This commit changes the name we're trying to import from, which should
    help prevent this mode of failure.
    pradyunsg committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    8f3687c View commit details
    Browse the repository at this point in the history