-
Notifications
You must be signed in to change notification settings - Fork 3.1k
pip raises powershell exception on failed environment markers #4826
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
Comments
I think the issue is with AppVeyor marking the command as failed because of output on stderr, it works fine with Also, doesn't this particular command belong to the |
The appveyor sections don't matter. It's wherever you feel like putting them. |
Closing; will use |
Alternatively, don't use powershell if the command will write to stderr: https://help.appveyor.com/discussions/problems/5413-calling-external-executable-causes-nativecommanderror-despite-no-apparent-error |
Description:
I attempted to install a github project, and pip failed the powershell command.
What I've run:
See https://ci.appveyor.com/project/xianyi/openblas/build/0.2.19.764/job/3qcu77o16ctq319j
pip
should not have failed the build. It should have ignored typing and continued.The text was updated successfully, but these errors were encountered: