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
DEPRECATION: --no-binary currently disables reading from the cache of locally built wheels. In the future --no-binary will not influence the wheel cache. pip 23.1 will enforce this behaviour change. A possible replacement is to use the --no-cache-dir option. You can use the flag --use-feature=no-binary-enable-wheel-cache to test the upcoming behaviour. Discussion can be found at https://github.com/pypa/pip/issues/11453
The text was updated successfully, but these errors were encountered:
--no-binary tag on line 7 has been removed and replaced with suggested --no-cache-dir, working on rewriting Dockerfile in pip-dep-test branch to resolve remaining errors.
We want --no-binary to mean only one thing, namely "don't download wheels".
Since this is the reason we use --no-binary, this does not need to be changed in the code.
AKA: guess which two dumb fucks didn't read the docs? us. it was us.
-Nova
The text was updated successfully, but these errors were encountered: