Can Python install packages on a shorter path on Windows?
Summary A developer on a locked-down Windows machine encountered pip install grpcio failing with WinError 206 (The filename or extension is too long). This happened because the grpcio source distribution requires deep directory nesting and long filenames during the build process, exceeding the default Windows MAX_PATH limit of 260 characters, even after redirecting TEMP environment … Read more