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
pypa/pip#3750 describes pip check, available since pip 9.0.0, which can help diagnose issues such as #313.
Modify the way in which the UnknownError is constructed. If current version of pip allows it, run the diagnostic and output information to the user. If pip is too old, inform the user that he can upgrade it and use pip check to diagnose his environment to hopefully find what is causing the problem.
The text was updated successfully, but these errors were encountered:
pypa/pip#3750 describes
pip check
, available since pip 9.0.0, which can help diagnose issues such as #313.Modify the way in which the
UnknownError
is constructed. If current version of pip allows it, run the diagnostic and output information to the user. If pip is too old, inform the user that he can upgrade it and usepip check
to diagnose his environment to hopefully find what is causing the problem.The text was updated successfully, but these errors were encountered: