Skip to content

Windows on ARM missing distlib binaries in pyproject.toml #6232

@a4r7gc4ttfwsqcey

Description

@a4r7gc4ttfwsqcey

Issue description

Unable to install packages into pipenv environment on Windows on ARM

Expected result

Install requirements successfully

Actual result

ValueError: Unable to find resource t64-arm.exe in package pipenv.patched.pip._vendor.distlib

Steps to replicate

Install almost packages with pipenv on Windows on ARM (example: wheel, setuptools, semantic-version, setuptools-rust)

Steps to fix the issue

Edit pipenv's pyproject.toml with the 't64-arm.exe' and 'w64-arm.exe' added for distlib:

"pipenv.patched.pip._vendor.distlib" = [
"t32.exe",
"t64.exe",
"t64-arm.exe",
"w32.exe",
"w64.exe",
"w64-arm.exe",
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions