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
For packages installed in 'pip editable' or 'setup.py develop' mode, the
`package` dict has no "files" key, so this fails with a KeyError. (I am
assuming that some version of pip returned a `package` dict with "files"
present but set to `None` or somesuch, so I have left the "`or []`" even
though it seems like a simple mistake.)
0 commit comments