| 273 | |
| 274 | |
| 275 | def fail(module_name): |
| 276 | print( |
| 277 | f"""Error installing {module_name}. Sorry about that, please try to: |
| 278 | 1. Run this installer again. |
| 279 | 2. If that doesn't fix it, please try the common troubleshooting steps at https://github.com/easydiffusion/easydiffusion/wiki/Troubleshooting |
| 280 | 3. 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 |
| 281 | 4. If that doesn't solve the problem, please file an issue at https://github.com/easydiffusion/easydiffusion/issues |
| 282 | Thanks!""" |
| 283 | ) |
| 284 | exit(1) |
| 285 | |
| 286 | |
| 287 | ### Launcher |