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
when i execute pip install -r requirements.txt
then
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [9 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "C:\Users\xxx\AppData\Local\Temp\pip-install-8cnkwhgs\xformers_3133ba21d9144d4c8657ff9588dc942f\setup.py", line 239, in
ext_modules=get_extensions(),
^^^^^^^^^^^^^^^^
File "C:\Users\xxx\AppData\Local\Temp\pip-install-8cnkwhgs\xformers_3133ba21d9144d4c8657ff9588dc942f\setup.py", line 157, in get_extensions
raise RuntimeError(
RuntimeError: CUTLASS submodule not found. Did you forget to run git submodule update --init --recursive ?
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
The text was updated successfully, but these errors were encountered:
However, there might be some challenges and dependencies during the installation that needs to be mitigated. That took some time from me, but finally worked!
when i execute pip install -r requirements.txt
then
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [9 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "C:\Users\xxx\AppData\Local\Temp\pip-install-8cnkwhgs\xformers_3133ba21d9144d4c8657ff9588dc942f\setup.py", line 239, in
ext_modules=get_extensions(),
^^^^^^^^^^^^^^^^
File "C:\Users\xxx\AppData\Local\Temp\pip-install-8cnkwhgs\xformers_3133ba21d9144d4c8657ff9588dc942f\setup.py", line 157, in get_extensions
raise RuntimeError(
RuntimeError: CUTLASS submodule not found. Did you forget to run
git submodule update --init --recursive
?[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
The text was updated successfully, but these errors were encountered: