We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ce992 commit 3f40103Copy full SHA for 3f40103
src/pip/_internal/commands/install.py
@@ -775,8 +775,8 @@ def create_os_error_message(
775
)
776
parts.append(".\n")
777
778
- # Windows raises EINVAL when a file or folder name exceeds 255 characters,
779
- # even if long path support is enabled. Add a hint for that case.
+ # Windows raises EINVAL when a file*name* or path segment exceeds 255
+ # characters, even if long path support is enabled.
780
if (
781
WINDOWS
782
and error.errno == errno.EINVAL
0 commit comments