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
Using pip3 install -c constraints.txt ... with the newest pip version v20.3 raises ERROR: Constraints cannot have extras. The short term fix is to pin the pip version to the previous one that worked, the better thing to do would be to figure out what is causing this error in the constraints file and fix it.
For now, maybe we should pin to an earlier version of pip. The constraints.txt is automatically generated via pip-compile, so we shouldn't edit it by hand.
Using
pip3 install -c constraints.txt ...
with the newest pip version v20.3 raisesERROR: Constraints cannot have extras
. The short term fix is to pin the pip version to the previous one that worked, the better thing to do would be to figure out what is causing this error in the constraints file and fix it.pypa/pip#6628
https://stackoverflow.com/questions/52474931/what-is-extra-in-pypi-dependency
The text was updated successfully, but these errors were encountered: