You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On today's deploy we found that mock==1.0.1 is not installable with --only-binary=:all: option but it was installable with the --use-wheels.
I tested this locally before deploying but it did work in my instance, so I was probably using a different version of pip or something like that. We are using pip 9.0.1 in production.
We need to keep discussing this.
For now, we revert the PR #4206 that introduces this change.
Revert PR at #4261
The text was updated successfully, but these errors were encountered:
It seems like --use-wheels was like prefer wheels instead of force them. I think that maybe new pip versions do that by default and no option is needed.
On today's deploy we found that
mock==1.0.1
is not installable with--only-binary=:all:
option but it was installable with the--use-wheels
.I tested this locally before deploying but it did work in my instance, so I was probably using a different version of pip or something like that. We are using pip 9.0.1 in production.
We need to keep discussing this.
For now, we revert the PR #4206 that introduces this change.
Revert PR at #4261
The text was updated successfully, but these errors were encountered: