MCPcopy Index your code
hub / github.com/easydiffusion/easydiffusion / fail

Function fail

scripts/check_modules.py:275–284  ·  view source on GitHub ↗
(module_name)

Source from the content-addressed store, hash-verified

273
274
275def fail(module_name):
276 print(
277 f"""Error installing {module_name}. Sorry about that, please try to:
2781. Run this installer again.
2792. If that doesn't fix it, please try the common troubleshooting steps at https://github.com/easydiffusion/easydiffusion/wiki/Troubleshooting
2803. If those steps don't help, please copy *all* the error messages in this window, and ask the community at https://discord.com/invite/u9yhsFmEkB
2814. If that doesn't solve the problem, please file an issue at https://github.com/easydiffusion/easydiffusion/issues
282Thanks!"""
283 )
284 exit(1)
285
286
287### Launcher

Callers 1

update_modulesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected