Error

#10
by pavankay - opened

when I run pip install git+https://github.com/huggingface/diffusers@@shap-ee I get this error

(shap-e) C:\Users\name>pip install git+https://github.com/huggingface/diffusers@@shap-ee
Defaulting to user installation because normal site-packages is not writeable
Collecting git+https://github.com/huggingface/diffusers@@shap-ee
Cloning https://github.com/huggingface/diffusers@ (to revision shap-ee) to c:\users\name\appdata\local\temp\pip-req-build-qzl6zef9
Running command git clone --filter=blob:none --quiet https://github.com/huggingface/diffusers@ 'C:\Users\name\AppData\Local\Temp\pip-req-build-qzl6zef9'
remote: Repository not found.
fatal: repository 'https://github.com/huggingface/diffusers@/' not found
error: subprocess-exited-with-error

Γ— git clone --filter=blob:none --quiet https://github.com/huggingface/diffusers@ 'C:\Users\name\AppData\Local\Temp\pip-req-build-qzl6zef9' did not run successfully.
β”‚ exit code: 128
╰─> See above for output.

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

Γ— git clone --filter=blob:none --quiet https://github.com/huggingface/diffusers@ 'C:\Users\name\AppData\Local\Temp\pip-req-build-qzl6zef9' did not run successfully.
β”‚ exit code: 128
╰─> See above for output.

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

(shap-e) C:\Users\name>

Sign up or log in to comment