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

pip install --upgrade pip (Windows) #71636

Closed
frank-e mannequin opened this issue Jul 4, 2016 · 3 comments
Closed

pip install --upgrade pip (Windows) #71636

frank-e mannequin opened this issue Jul 4, 2016 · 3 comments

Comments

@frank-e
Copy link
Mannequin

frank-e mannequin commented Jul 4, 2016

BPO 27449
Nosy @pfmoore, @tjguk, @zware, @zooba, @frank-e
Files
  • pip.8.1.1.txt: pip 8.1.1 traceback
  • 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 2016-07-04.13:49:03.885>
    created_at = <Date 2016-07-04.13:08:25.392>
    labels = ['invalid', 'OS-windows']
    title = 'pip install --upgrade pip (Windows)'
    updated_at = <Date 2016-07-13.03:41:21.091>
    user = 'https://github.com/frank-e'

    bugs.python.org fields:

    activity = <Date 2016-07-13.03:41:21.091>
    actor = 'frank-e'
    assignee = 'none'
    closed = True
    closed_date = <Date 2016-07-04.13:49:03.885>
    closer = 'zach.ware'
    components = ['Windows']
    creation = <Date 2016-07-04.13:08:25.392>
    creator = 'frank-e'
    dependencies = []
    files = ['43620']
    hgrepos = []
    issue_num = 27449
    keywords = []
    message_count = 3.0
    messages = ['269784', '269786', '270295']
    nosy_count = 5.0
    nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'steve.dower', 'frank-e']
    pr_nums = []
    priority = 'normal'
    resolution = 'not a bug'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue27449'
    versions = ['Python 3.5']

    @frank-e
    Copy link
    Mannequin Author

    frank-e mannequin commented Jul 4, 2016

    python -m pip install --upgrade pip on Windows 7 with Python 3.5.2 installed for all users, PermissionError: [WinError 5] Access denied: 'c:\program files\python35\lib\site-packages\p
    ip-8.1.1.dist-info\description.rst'

    @frank-e frank-e mannequin added the OS-windows label Jul 4, 2016
    @zware
    Copy link
    Member

    zware commented Jul 4, 2016

    As the traceback suggests, you don't have permission to write there. You'll need to run that as an administrator, but note that you'll run into a different issue using the 'pip' command to upgrade itself; use 'py -3.5 -m pip install -U pip' instead.

    Also, pip is not actually part of the standard library, it's just bundled with CPython. For any change you'd like to see in pip's behavior, you'll need to raise an issue on pip's issue tracker (https://github.com/pypa/pip/issues).

    @zware zware closed this as completed Jul 4, 2016
    @zware zware added the invalid label Jul 4, 2016
    @frank-e
    Copy link
    Mannequin Author

    frank-e mannequin commented Jul 13, 2016

    Thanks, worked, most likely an error on my side (command line window without admin rights).

    @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
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant