-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
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
Labels
No labels