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

distutils cannot locate vcruntime140.dll with only VS 2019 installed #82269

Closed
zooba opened this issue Sep 10, 2019 · 4 comments
Closed

distutils cannot locate vcruntime140.dll with only VS 2019 installed #82269

zooba opened this issue Sep 10, 2019 · 4 comments
Assignees
Labels
3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes OS-windows stdlib Python modules in the Lib dir

Comments

@zooba
Copy link
Member

zooba commented Sep 10, 2019

BPO 38088
Nosy @pfmoore, @tjguk, @merwok, @zware, @zooba, @dstufft
PRs
  • Updates to Azure Pipelines build definition #15827
  • bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolset installed #15849
  • [3.8] bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolset installed (GH-15849) #15856
  • [3.7] bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolset installed (GH-15849) #15857
  • 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 = 'https://github.com/zooba'
    closed_at = <Date 2019-09-10.14:42:39.318>
    created_at = <Date 2019-09-10.13:03:38.787>
    labels = ['3.8', '3.7', 'library', '3.9', 'OS-windows']
    title = 'distutils cannot locate vcruntime140.dll with only VS 2019 installed'
    updated_at = <Date 2019-09-10.14:42:39.317>
    user = 'https://github.com/zooba'

    bugs.python.org fields:

    activity = <Date 2019-09-10.14:42:39.317>
    actor = 'steve.dower'
    assignee = 'steve.dower'
    closed = True
    closed_date = <Date 2019-09-10.14:42:39.318>
    closer = 'steve.dower'
    components = ['Distutils', 'Windows']
    creation = <Date 2019-09-10.13:03:38.787>
    creator = 'steve.dower'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 38088
    keywords = ['patch']
    message_count = 4.0
    messages = ['351638', '351661', '351667', '351681']
    nosy_count = 6.0
    nosy_names = ['paul.moore', 'tim.golden', 'eric.araujo', 'zach.ware', 'steve.dower', 'dstufft']
    pr_nums = ['15827', '15849', '15856', '15857']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue38088'
    versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']

    @zooba
    Copy link
    Member Author

    zooba commented Sep 10, 2019

    Because we are only looking for the VC141 redistributable, if we only have VC142 available then we won't find it.

    We should expand the glob() call to allow VC14?\vcruntime140.dll.

    @zooba zooba added 3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes labels Sep 10, 2019
    @zooba zooba self-assigned this Sep 10, 2019
    @zooba zooba added stdlib Python modules in the Lib dir OS-windows labels Sep 10, 2019
    @zware
    Copy link
    Member

    zware commented Sep 10, 2019

    New changeset cd82211 by Zachary Ware (Steve Dower) in branch 'master':
    bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolset installed (GH-15849)
    cd82211

    @zooba
    Copy link
    Member Author

    zooba commented Sep 10, 2019

    New changeset 0fccd4a by Steve Dower in branch '3.7':
    bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolset installed (GH-15849)
    0fccd4a

    @zooba
    Copy link
    Member Author

    zooba commented Sep 10, 2019

    New changeset 2ed0ac6 by Steve Dower (Miss Islington (bot)) in branch '3.8':
    bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolset installed (GH-15849)
    2ed0ac6

    @zooba zooba closed this as completed Sep 10, 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.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes OS-windows stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants