TMElyralab / Comfyui-MusePose

Other
287 stars 28 forks source link

ModuleNotFoundError: No module named 'torch' #51

Open caoshouling opened 1 week ago

caoshouling commented 1 week ago

run ' pip install -r requirements.txt' error:

Downloading xformers-0.0.13.tar.gz (292 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 292.5/292.5 kB 306.1 kB/s eta 0:00:00 Preparing metadata (setup.py) ... error error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [6 lines of output] Traceback (most recent call last): File "", line 2, in File "", line 34, in File "C:\Users\Administrator\AppData\Local\Temp\pip-install-50qgtq26\xformers_d607119a9f054b879af1d2d4fcb11e5e\setup.py", line 18, in import torch ModuleNotFoundError: No module named 'torch' [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.