-
Notifications
You must be signed in to change notification settings - Fork 57
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
Exception: pip returned unsuccessfully #121
Comments
Is this repeatable, or only happened once? We'd also need to see the output of trying to |
Along with what Martin mentioned we would need to see it run with Debug logs so we can see the pip failure. |
I only saw it once. May make sense to change that error message to also surface the error message from the pip failure, so that next dev who follows the instruction to report the stacktrace will include it by default. |
I was thinking it may be beneficial to do that as well so I'll look at getting that changed. |
Easy to reproduce by trying to install a C-based Python module without the appropriate libraries and/or headers installed. |
I just saw this error:
When I ran it again, there was no error, and the upload was successful.
pip is installed and working normally on my machine.
The text was updated successfully, but these errors were encountered: