Pip Issues on Windows + ReFS #2993
Labels
auto-locked
Outdated issues that have been locked by automation
kind: crash
For situations where pip crashes
project: vendored dependency
Related to a vendored dependency
type: bug
A confirmed bug or unintended behavior
Also posted to the python bug tracker: https://bugs.python.org/issue24738
Storage Spaces (RAID volumes) under Windows 8.1 / Server 2012 R2 use ReFS which does not support hard links.
If the Users directory has been moved to a ReFS volume, it causes pip to hang while calling os.link as it gets suck in the OSError exception since no timeout has been called to the initial call to acquire().
As a side effect -- this also makes it so that Python can not be uninstalled if pip is installed. The script must be terminated with a ctrl-c.
Tested under 3.5.0b3 as well as 3.4.3 (x64 as well as x32).
Traceback from ctrl-c on 'pip list':
The text was updated successfully, but these errors were encountered: