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

venv --upgrade_deps fails on Windows #83108

Closed
uranusjr mannequin opened this issue Nov 27, 2019 · 2 comments
Closed

venv --upgrade_deps fails on Windows #83108

uranusjr mannequin opened this issue Nov 27, 2019 · 2 comments
Labels
3.9 only security fixes OS-windows stdlib Python modules in the Lib dir

Comments

@uranusjr
Copy link
Mannequin

uranusjr mannequin commented Nov 27, 2019

BPO 38927
Nosy @pfmoore, @vsajip, @tjguk, @zware, @zooba, @uranusjr
PRs
  • bpo-38927: Use python -m pip to upgrade venv deps #17403
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2019-11-27.20:26:56.030>
    created_at = <Date 2019-11-27.09:18:12.871>
    labels = ['library', '3.9', 'OS-windows']
    title = 'venv --upgrade_deps fails on Windows'
    updated_at = <Date 2019-11-27.20:26:56.029>
    user = 'https://github.com/uranusjr'

    bugs.python.org fields:

    activity = <Date 2019-11-27.20:26:56.029>
    actor = 'vinay.sajip'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-11-27.20:26:56.030>
    closer = 'vinay.sajip'
    components = ['Library (Lib)', 'Windows']
    creation = <Date 2019-11-27.09:18:12.871>
    creator = 'uranusjr'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 38927
    keywords = ['patch']
    message_count = 2.0
    messages = ['357562', '357585']
    nosy_count = 6.0
    nosy_names = ['paul.moore', 'vinay.sajip', 'tim.golden', 'zach.ware', 'steve.dower', 'uranusjr']
    pr_nums = ['17403']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue38927'
    versions = ['Python 3.9']

    @uranusjr
    Copy link
    Mannequin Author

    uranusjr mannequin commented Nov 27, 2019

    4acdbf1

    EnvBuilder.upgrade_dependencies() uses pip.exe install -U to upgrade pip, which fails on Windows with [WinError 5] Access is denied.

    @uranusjr uranusjr mannequin added 3.9 only security fixes stdlib Python modules in the Lib dir OS-windows labels Nov 27, 2019
    @vsajip
    Copy link
    Member

    vsajip commented Nov 27, 2019

    New changeset d9aa216 by Vinay Sajip (Tzu-ping Chung) in branch 'master':
    bpo-38927: Use python -m pip to upgrade venv deps (GH-17403)
    d9aa216

    @vsajip vsajip closed this as completed Nov 27, 2019
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.9 only security fixes OS-windows stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant