winget-cli icon indicating copy to clipboard operation
winget-cli copied to clipboard

Negative Dependencies

Open Trenly opened this issue 2 years ago • 3 comments

Description of the new feature / enhancement

Sometimes packages require things to not be installed / enabled. The current dependencies flow only accounts for enabling / installing, but doesn't have a way to cleanly terminate the install if windows features need to be disabled or other packages need to be uninstalled.

Currently, installers will just terminate with their error code, which could leave users wondering what the true issue is.

Proposed technical implementation details

No response

Trenly avatar Feb 23 '23 21:02 Trenly

There was a problem when trying to write in your cache folder (C:\Users\Adam/.cache\huggingface\hub). You should set the environment variable TRANSFORMERS_CACHE to a writable directory.

Or delete C:\Users\Adam\.cache and try again.

missionfloyd avatar Feb 28 '23 21:02 missionfloyd

Or delete C:\Users\Adam\.cache and try again.

I cant find .cache folder in C:\Users\Adam/ so i've created one and only fifth line from the bottom changed to "'C:\Users\Adam/.cache\huggingface'"

AndromedosExe avatar Mar 01 '23 14:03 AndromedosExe

Or delete C:\Users\Adam\.cache and try again.

I cant find .cache folder in C:\Users\Adam/ so i've created one and only fifth line from the bottom changed to "'C:\Users\Adam/.cache\huggingface'"

"cmd" + "shift" + "." This will show you the hidden files delete the file ".cache" and launch again cd ~/stable-diffusion-webui;./webui.sh

fadyOne avatar Mar 19 '23 17:03 fadyOne