-
Notifications
You must be signed in to change notification settings - Fork 212
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
Issue with os.uname() machine identifier text case #369
Comments
I am getting a similar error on Ubuntu 24.04 while running pre-commit but with a different key
|
A hint here for pre-commit users, install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to install nodeenv==1.9.1 and running into the following issue on an aarch64 Surface CoPilot PC:
It appears as if
archmap[platform.machine()]
is the culprit here, as the list of architectures defined here assumes all lower-case.I would suggest converting the value of
platform.machine()
to lowercase before looking up inarchmap
.The text was updated successfully, but these errors were encountered: