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

install command doesn't use platform in user site directory on Windows #112

Closed
zooba opened this issue Jan 24, 2022 · 0 comments · Fixed by #113
Closed

install command doesn't use platform in user site directory on Windows #112

zooba opened this issue Jan 24, 2022 · 0 comments · Fixed by #113

Comments

@zooba
Copy link
Contributor

zooba commented Jan 24, 2022

In sysconfig, the nt_user scheme includes a platform specifier to distinguish between 32-bit, 64-bit and ARM64 builds.

This is missing from the install command, which is used by setuptools (and indirectly, pip) to determine the location of the user site in some cases. As a result, on non-x64 platforms, the path is incorrect.

zooba added a commit to zooba/distutils that referenced this issue Jan 24, 2022
jaraco added a commit that referenced this issue Jan 30, 2022
Fixes #112 install command doesn't use platform in nt_user scheme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant