-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Python error on pip upgrade step in builds #6585
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
Ah, whoops -- looks like this is the same as #6566, or closely related. |
Wiping the build environment seems to have worked for these failures. 👍 |
agjohnson
pushed a commit
that referenced
this issue
Jan 29, 2020
* Upgrade pip to above its broken version * Call virtualenv without no-download * Add comment * link to issue: #6585
agjohnson
pushed a commit
that referenced
this issue
Jan 29, 2020
* Upgrade pip to above its broken version * Call virtualenv without no-download * Add comment * link to issue: #6585
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Details
Expected Result
A build that completed fine before should complete fine again.
Actual Result
The build fails at the pip upgrade step due to an ImportError.
A recent build worked fine, and then one didn't, and then it worked fine again. Now, though, it seems to be consistently failing.
The text was updated successfully, but these errors were encountered: