-
Notifications
You must be signed in to change notification settings - Fork 27
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
Installing pynitrokey on mac Sequoia with pipx #614
Comments
When I launch the command "pipx install pynitrokey" , this warning appears on the screen: The "xcrun" command requres the command tools. Would .. install? .. Ok, I tried but the download takes a long time. Is this the correct procedure? |
|
Thanks, copy and paste here the message from log file... log: PIP STDOUTCollecting pynitrokey PIP STDERRerror: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. ...... subprocess.CalledProcessError: Command '['xcrun', '--show-sdk-path']' returned non-zero exit status 1. note: This error originates from a subprocess, and is likely not a problem with pip. × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. Thanks a lot! |
Normally, pipx should use pre-compiled binaries from PyPI instead of trying to compile them from source. I have a guess why this is not the case here, but to verify it I would need the output of |
I’ve prepared a fix for the suspected cause here: #615 You can try it with:
Does that command run successfully? |
Hi, no it doesen't work but I fixed it by downloading the xcode command line! |
Installing pipx correctly.
On command: pipx install pynitrokey --> Fatal error from pipx ...
pip seemed to fail to build package: hidapi<0.14.0.post4,>=0.14.0.post1
How can i solve? thank you.
The text was updated successfully, but these errors were encountered: