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

Installation freezes on C Runtime Install #72778

Closed
ExTracheese mannequin opened this issue Nov 2, 2016 · 5 comments
Closed

Installation freezes on C Runtime Install #72778

ExTracheese mannequin opened this issue Nov 2, 2016 · 5 comments
Labels
OS-windows topic-installation type-crash A hard crash of the interpreter, possibly with a core dump

Comments

@ExTracheese
Copy link
Mannequin

ExTracheese mannequin commented Nov 2, 2016

BPO 28592
Nosy @pfmoore, @tjguk, @zware, @eryksun, @zooba
Files
  • Python 3.5.2 (32-bit)_20161102192326.log: log file from installer
  • 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 2017-01-02.04:50:10.862>
    created_at = <Date 2016-11-02.23:28:15.008>
    labels = ['expert-installation', 'OS-windows', 'type-crash']
    title = 'Installation freezes on C Runtime Install'
    updated_at = <Date 2017-01-02.04:50:10.861>
    user = 'https://bugs.python.org/ExTracheese'

    bugs.python.org fields:

    activity = <Date 2017-01-02.04:50:10.861>
    actor = 'steve.dower'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-01-02.04:50:10.862>
    closer = 'steve.dower'
    components = ['Installation', 'Windows']
    creation = <Date 2016-11-02.23:28:15.008>
    creator = 'Ex Tracheese'
    dependencies = []
    files = ['45326']
    hgrepos = []
    issue_num = 28592
    keywords = []
    message_count = 5.0
    messages = ['279953', '279954', '279955', '279956', '279964']
    nosy_count = 6.0
    nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'eryksun', 'steve.dower', 'Ex Tracheese']
    pr_nums = []
    priority = 'normal'
    resolution = 'out of date'
    stage = None
    status = 'closed'
    superseder = None
    type = 'crash'
    url = 'https://bugs.python.org/issue28592'
    versions = ['Python 3.5']

    @ExTracheese
    Copy link
    Mannequin Author

    ExTracheese mannequin commented Nov 2, 2016

    When trying to install Python 3.5.2 on my Windows 7 computer after getting a new SSD, the installer freezes on the C Runtime portion and never progresses past it. I have attached the log file which is full of some errors that don't really mean anything to me.

    @ExTracheese ExTracheese mannequin added build The build process and cross-build OS-windows type-crash A hard crash of the interpreter, possibly with a core dump labels Nov 2, 2016
    @ExTracheese
    Copy link
    Mannequin Author

    ExTracheese mannequin commented Nov 2, 2016

    Nevermind, I found the problem. Windows Update shortcut got deleted from Start Menu. Thank god there was a stack overflow question.

    @ExTracheese
    Copy link
    Mannequin Author

    ExTracheese mannequin commented Nov 2, 2016

    Nevermind *again*, turns out the install wasn't successful despite appearances. When I try to actually run python it complains that there's no C Runtime dll.

    @eryksun
    Copy link
    Contributor

    eryksun commented Nov 3, 2016

    Supported versions of Windows Vista and later should have the CRT update 1 installed via Windows Update. (3.5.2 is bundled with the older KB2999226 update 2.) A Windows 7 system that I checked had this automatically installed last March. But maybe for some reason it's not getting pushed to all systems. Try manually installing the KB3118401 update for x64-based Windows 7.

    Steve, do you think it's a good idea to continue bundling the CRT update with the 3.6 installer? When 3.5 was released last year the Universal CRT was new and IIRC not conveniently available as a recommended update in Windows Update, but that's no longer the case AFAIK.

    @eryksun eryksun added topic-installation and removed build The build process and cross-build labels Nov 3, 2016
    @zooba
    Copy link
    Member

    zooba commented Nov 3, 2016

    This looks like a corrupted download to me - the update was aborted because none of the other packages were "found", which should be impossible since they are embedded in that executable. It may also be an antivirus program interfering though, as I'd expect a corrupt installer to fail earlier than this.

    We definitely need to keep the update in there. If there's a superseding update already installed then we won't install it (or for the web installer even download it), and it may still be necessary for offline installs. As I said, it's not the issue here.

    @zooba zooba closed this as completed Jan 2, 2017
    @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
    OS-windows topic-installation type-crash A hard crash of the interpreter, possibly with a core dump
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants