Python Pip Install Failures
Less than 1 minute
Python Pip Install Failures
No such file or directory
try to install xformers on windows:
pip install xformers --no-cache-dir
will get failures and return log below:
ERROR: Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: 'C:\\Users\\${USER_NAME}\\AppData\\Local\\Temp\\pip-install-nvqtau0n\\xformers_24073257b15f4452bc121be8b9c1f8f2\\third_party/flash-attention/csrc/composable_kernel/client_example/24_grouped_conv_activation/grouped_convnd_bwd_data_bilinear/grouped_conv_bwd_data_bilinear_residual_fp16.cpp'

how to fix
- press
Windows + R
and keyregedit
andenter
- Open this path"Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem"
- Looking for
LongPathsEnabled
: change the value from 0 to 1
