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
Fix finding typeshed user install on Windows (#3991)
Python 3.5+ installs to `%APPDATA%\python\PythonXY`. Mypy, when installed
as user, installs typeshed to `%APPDATA%\python\lib\mypy`. This fixes the
issues with resolving the path to typeshed. Additionally, more debug
information is added to the error message to assist in debugging issues
like this in the future.
Fixes#3988
0 commit comments