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
A request within the 10 minute cache window for packages that are being pip install-ed shows (snipped) Getting page https://pypi.python.org/simple/faf/ for instance, but that's a bit of a lie, the page wasn't loaded, and its contents may differ and cause pip to do different things than what it actually decides to do.
This makes debugging difficult unless you actually know there's an additional cache involved (I assumed it was Fastly's fault).
The text was updated successfully, but these errors were encountered:
A request within the 10 minute cache window for packages that are being
pip install
-ed shows (snipped)Getting page https://pypi.python.org/simple/faf/
for instance, but that's a bit of a lie, the page wasn't loaded, and its contents may differ and cause pip to do different things than what it actually decides to do.This makes debugging difficult unless you actually know there's an additional cache involved (I assumed it was Fastly's fault).
The text was updated successfully, but these errors were encountered: